forked from home-assistant/core
Remove check and restore temp/mode changes (#25149)
This commit is contained in:
committed by
Paulus Schoutsen
parent
50b145cf05
commit
842c1a2274
@@ -361,9 +361,6 @@ class TadoClimate(ClimateDevice):
|
|||||||
_LOGGER.info("Obtained current and target temperature. "
|
_LOGGER.info("Obtained current and target temperature. "
|
||||||
"Tado thermostat active")
|
"Tado thermostat active")
|
||||||
|
|
||||||
if not self._active or self._current_operation == self._overlay_mode:
|
|
||||||
return
|
|
||||||
|
|
||||||
if self._current_operation == CONST_MODE_SMART_SCHEDULE:
|
if self._current_operation == CONST_MODE_SMART_SCHEDULE:
|
||||||
_LOGGER.info("Switching mytado.com to SCHEDULE (default) "
|
_LOGGER.info("Switching mytado.com to SCHEDULE (default) "
|
||||||
"for zone %s", self.zone_name)
|
"for zone %s", self.zone_name)
|
||||||
|
Reference in New Issue
Block a user