This commit is contained in:
Викторов Андрей Германович
2023-08-14 20:43:26 +03:00
parent 0ab4f6623c
commit 0138f5e323

View File

@@ -155,7 +155,7 @@ class BaseMegaEntity(CoordinatorEntity, RestoreEntity):
return DeviceInfo(
identifiers={
# Serial numbers are unique identifiers within a specific domain
(DOMAIN, f'{self._mega_id}:{pt_idx}')
(DOMAIN, f'{self._mega_id}', pt_idx)
},
name=self.name,
manufacturer='ab-log.ru',