1
0
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:
Guy Badman 2020-04-22 21:45:10 +01:00
parent 3e9fe3e06f
commit bea3e6984e
No known key found for this signature in database
GPG Key ID: 0259B610971EA10F

View File

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