From f8548e1f53db1692ff81bf4e2504bd0e55bf39a6 Mon Sep 17 00:00:00 2001 From: MapoDan <42698485+MapoDan@users.noreply.github.com> Date: Wed, 6 Jan 2021 14:35:22 +0100 Subject: [PATCH] Update const.py --- custom_components/programmable_thermostat/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/programmable_thermostat/const.py b/custom_components/programmable_thermostat/const.py index e599171..8555871 100644 --- a/custom_components/programmable_thermostat/const.py +++ b/custom_components/programmable_thermostat/const.py @@ -6,7 +6,7 @@ HVAC_MODE_HEAT_COOL) #Generic -VERSION = '7.4' +VERSION = '7.5' DOMAIN = 'programmable_thermostat' PLATFORM = 'climate' ISSUE_URL = 'https://github.com/custom-components/climate.programmable_thermostat/issues'