From 387ec3ce9e99b6c5df1013fd8658d0e0b021f839 Mon Sep 17 00:00:00 2001 From: MapoDan <42698485+MapoDan@users.noreply.github.com> Date: Sat, 18 Jan 2020 15:27:19 +0100 Subject: [PATCH] Update climate.py --- custom_components/programmable_thermostat/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']