mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-03-13 16:07:50 +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:
|
||||
if mode:
|
||||
_LOGGER.info('HW boost mode on time ending: {}'.format(timeToEnd))
|
||||
nest_water_heater.turn_boost_mode_on(timeToEnd)
|
||||
else:
|
||||
_LOGGER.info('HW boost off')
|
||||
nest_water_heater.turn_boost_mode_off()
|
||||
|
||||
hass.services.async_register(
|
||||
|
Loading…
x
Reference in New Issue
Block a user