mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix DSM Surveillance Station when only home mode is enabled (#42456)
This commit is contained in:
parent
f23fcfcd9b
commit
6776b1ddd7
@ -316,6 +316,8 @@ class SynoApi:
|
||||
)
|
||||
self._with_surveillance_station = bool(
|
||||
self._fetching_entities.get(SynoSurveillanceStation.CAMERA_API_KEY)
|
||||
) or bool(
|
||||
self._fetching_entities.get(SynoSurveillanceStation.HOME_MODE_API_KEY)
|
||||
)
|
||||
|
||||
# Reset not used API, information is not reset since it's used in device_info
|
||||
|
Loading…
x
Reference in New Issue
Block a user