mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-13 10:04:28 +05:00
.
This commit is contained in:
@@ -155,7 +155,7 @@ class BaseMegaEntity(CoordinatorEntity, RestoreEntity):
|
|||||||
return DeviceInfo(
|
return DeviceInfo(
|
||||||
identifiers={
|
identifiers={
|
||||||
# Serial numbers are unique identifiers within a specific domain
|
# 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,
|
name=self.name,
|
||||||
manufacturer='ab-log.ru',
|
manufacturer='ab-log.ru',
|
||||||
|
|||||||
Reference in New Issue
Block a user