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