mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Downgrade netatmo warning log to info (#15652)
This commit is contained in:
parent
264c618b11
commit
2eb125e90e
@ -340,7 +340,7 @@ class NetAtmoData:
|
||||
# Never hammer the NetAtmo API more than
|
||||
# twice per update interval
|
||||
newinterval = NETATMO_UPDATE_INTERVAL / 2
|
||||
_LOGGER.warning(
|
||||
_LOGGER.info(
|
||||
"NetAtmo refresh interval reset to %d seconds",
|
||||
newinterval)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user