diff --git a/custom_components/programmable_thermostat/const.py b/custom_components/programmable_thermostat/const.py index 2342d49..d83e807 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 = '8.1' +VERSION = '8.2' DOMAIN = 'programmable_thermostat' PLATFORM = 'climate' ISSUE_URL = 'https://github.com/custom-components/climate.programmable_thermostat/issues'