mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Allow turning off a tado water heater (#29221)
This commit is contained in:
parent
4065c46046
commit
e405398ca4
@ -497,6 +497,15 @@ class TadoClimate(ClimateDevice):
|
||||
self._store.set_zone_off(
|
||||
self.zone_id, CONST_OVERLAY_MANUAL, "AIR_CONDITIONING"
|
||||
)
|
||||
elif self._hot_water_device:
|
||||
_LOGGER.info(
|
||||
"Switching mytado.com to OFF for zone %s (%d) - HOT_WATER",
|
||||
self.zone_name,
|
||||
self.zone_id,
|
||||
)
|
||||
self._store.set_zone_off(
|
||||
self.zone_id, CONST_OVERLAY_MANUAL, "HOT_WATER"
|
||||
)
|
||||
else:
|
||||
_LOGGER.info(
|
||||
"Switching mytado.com to OFF for zone %s (%d) - HEATING",
|
||||
|
Loading…
x
Reference in New Issue
Block a user