mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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
|
# Never hammer the NetAtmo API more than
|
||||||
# twice per update interval
|
# twice per update interval
|
||||||
newinterval = NETATMO_UPDATE_INTERVAL / 2
|
newinterval = NETATMO_UPDATE_INTERVAL / 2
|
||||||
_LOGGER.warning(
|
_LOGGER.info(
|
||||||
"NetAtmo refresh interval reset to %d seconds",
|
"NetAtmo refresh interval reset to %d seconds",
|
||||||
newinterval)
|
newinterval)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user