diff --git a/custom_components/programmable_thermostat/climate.py b/custom_components/programmable_thermostat/climate.py index 2729add..efc67d8 100644 --- a/custom_components/programmable_thermostat/climate.py +++ b/custom_components/programmable_thermostat/climate.py @@ -22,7 +22,7 @@ _LOGGER = logging.getLogger(__name__) -__version__ = '4.1' +__version__ = '4.2' DEPENDENCIES = ['switch', 'sensor']