Skip to content

Commit

Permalink
Reverted const.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavoja authored Aug 25, 2023
1 parent b59444d commit 86f8a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/programmable_thermostat/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 86f8a42

Please sign in to comment.