mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Downgrade netatmo warning log to info (#15652)
This commit is contained in:
committed by
Martin Hjelmare
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:
|
||||||
|
Reference in New Issue
Block a user