From 08f12750f1dd7906f8d3ad430d494689f1f6cb43 Mon Sep 17 00:00:00 2001 From: Josh Anderson Date: Sun, 14 Jul 2019 22:38:57 +0100 Subject: [PATCH] Remove check and restore temp/mode changes (#25149) --- homeassistant/components/tado/climate.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/homeassistant/components/tado/climate.py b/homeassistant/components/tado/climate.py index 6720b3c87bb..1659a4bba12 100644 --- a/homeassistant/components/tado/climate.py +++ b/homeassistant/components/tado/climate.py @@ -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)