mirror of
https://github.com/home-assistant/core.git
synced 2025-04-30 04:07:51 +00:00
parent
fefea89d89
commit
751ebbda51
@ -57,7 +57,7 @@ class BlinkSyncModuleHA(
|
|||||||
) -> None:
|
) -> None:
|
||||||
"""Initialize the alarm control panel."""
|
"""Initialize the alarm control panel."""
|
||||||
super().__init__(coordinator)
|
super().__init__(coordinator)
|
||||||
self.api: Blink = self.coordinator.api
|
self.api: Blink = coordinator.api
|
||||||
self.sync = sync
|
self.sync = sync
|
||||||
self._attr_unique_id: str = sync.serial
|
self._attr_unique_id: str = sync.serial
|
||||||
self._attr_device_info = DeviceInfo(
|
self._attr_device_info = DeviceInfo(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user