Remove check and restore temp/mode changes (#25149)

pull/25152/head
Josh Anderson 2019-07-14 22:38:57 +01:00 committed by Andrew Sayre
parent 1798522ec8
commit 08f12750f1
1 changed files with 0 additions and 3 deletions

View File

@ -361,9 +361,6 @@ class TadoClimate(ClimateDevice):
_LOGGER.info("Obtained current and target temperature. "
"Tado thermostat active")
if not self._active or self._current_operation == self._overlay_mode:
return
if self._current_operation == CONST_MODE_SMART_SCHEDULE:
_LOGGER.info("Switching mytado.com to SCHEDULE (default) "
"for zone %s", self.zone_name)