Downgrade netatmo warning log to info (#15652)

This commit is contained in:
Giuseppe 2018-07-24 18:35:57 +02:00 committed by Martin Hjelmare
parent 264c618b11
commit 2eb125e90e

View File

@ -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: