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