mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix camera entity update coordinator subscription in Synology DSM (#72248)
fix camera entity subscription to coordinator
This commit is contained in:
parent
7649adde5f
commit
3ee5445b26
@ -154,6 +154,7 @@ class SynoDSMCamera(SynologyDSMBaseEntity, Camera):
|
||||
async def async_added_to_hass(self) -> None:
|
||||
"""Subscribe to signal."""
|
||||
self._listen_source_updates()
|
||||
await super().async_added_to_hass()
|
||||
|
||||
def camera_image(
|
||||
self, width: int | None = None, height: int | None = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user