diff --git a/custom_components/programmable_thermostat/climate.py b/custom_components/programmable_thermostat/climate.py index 9e9dab6..7c14923 100644 --- a/custom_components/programmable_thermostat/climate.py +++ b/custom_components/programmable_thermostat/climate.py @@ -399,7 +399,6 @@ def _set_hvac_action_off(self, mode=None): else: _LOGGER.error("climate.%s - Error during set of HVAC_ACTION", self._name) - def _set_hvac_action_on(self, mode=None): """This is used to set CURRENT_HVAC_* according to the mode that is running.""" if mode == "heat":