diff --git a/custom_components/programmable_thermostat/climate.py b/custom_components/programmable_thermostat/climate.py index 18b8f64..7c2bb77 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.2' +__version__ = '4.3' DEPENDENCIES = ['switch', 'sensor']