From aa4daea39eed4130b020d344eb871bd7fd3d898d Mon Sep 17 00:00:00 2001 From: MapoDan <42698485+MapoDan@users.noreply.github.com> Date: Sat, 4 Jan 2020 16:38:29 +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 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']