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