mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Just use debug instead of error if the binary_sensor does not get data (#17720)
This commit is contained in:
parent
7def587c93
commit
0723c7f5dc
@ -210,7 +210,7 @@ class OpenUV:
|
||||
if data.get('from_time') and data.get('to_time'):
|
||||
self.data[DATA_PROTECTION_WINDOW] = data
|
||||
else:
|
||||
_LOGGER.error(
|
||||
_LOGGER.debug(
|
||||
'No valid protection window data for this location')
|
||||
self.data[DATA_PROTECTION_WINDOW] = {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user