mirror of
https://github.com/home-assistant/core.git
synced 2026-08-31 10:16:17 -05:00
Do not wake Reolink battery camera for privacy mode check (#171842)
This commit is contained in:
@@ -502,7 +502,9 @@ class ReolinkHost:
|
||||
wake[channel] = False
|
||||
|
||||
# check privacy mode if enabled
|
||||
if self._api.baichuan.privacy_mode(channel):
|
||||
if self._api.baichuan.privacy_mode(channel) and (
|
||||
not self._api.is_battery or wake[channel]
|
||||
):
|
||||
await self._api.baichuan.get_privacy_mode(channel)
|
||||
|
||||
if all(wake.values()):
|
||||
|
||||
Reference in New Issue
Block a user