From 86f8a426533ff53773eedf454ddbfb8173d8d572 Mon Sep 17 00:00:00 2001 From: Michal Kochel Date: Fri, 25 Aug 2023 12:24:41 +0200 Subject: [PATCH] Reverted 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 93c7abf..d83e807 100644 --- a/custom_components/programmable_thermostat/const.py +++ b/custom_components/programmable_thermostat/const.py @@ -8,7 +8,7 @@ #Generic VERSION = '8.2' DOMAIN = 'programmable_thermostat' -PLATFORM = ['climate'] +PLATFORM = 'climate' ISSUE_URL = 'https://github.com/custom-components/climate.programmable_thermostat/issues' CONFIGFLOW_VERSION = 4