mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
@@ -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(
|
||||
|
Reference in New Issue
Block a user