diff --git a/custom_components/programmable_thermostat/const.py b/custom_components/programmable_thermostat/const.py index 76fb2fd..38c0e26 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 = '6.1' +VERSION = '6.2' DOMAIN = 'programmable_thermostat' PLATFORM = 'climate' ISSUE_URL = 'https://github.com/custom-components/climate.programmable_thermostat/issues'