mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-03-15 21:37:51 +00:00
Removing a couple of extra log messages used for debugging
This commit is contained in:
parent
3e9fe3e06f
commit
bea3e6984e
@ -84,10 +84,8 @@ async def async_setup_platform(hass,
|
|||||||
|
|
||||||
for nest_water_heater in _waterheaters:
|
for nest_water_heater in _waterheaters:
|
||||||
if mode:
|
if mode:
|
||||||
_LOGGER.info('HW boost mode on time ending: {}'.format(timeToEnd))
|
|
||||||
nest_water_heater.turn_boost_mode_on(timeToEnd)
|
nest_water_heater.turn_boost_mode_on(timeToEnd)
|
||||||
else:
|
else:
|
||||||
_LOGGER.info('HW boost off')
|
|
||||||
nest_water_heater.turn_boost_mode_off()
|
nest_water_heater.turn_boost_mode_off()
|
||||||
|
|
||||||
hass.services.async_register(
|
hass.services.async_register(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user