Skip to content

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MapoDan authored Jan 3, 2025
1 parent e2eee22 commit 2ebc7e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions custom_components/programmable_thermostat/const.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
"""Programmable thermostat's constant """
from homeassistant.components.climate import HVACMode
from homeassistant.const import Platform

#Generic
VERSION = '8.3'
VERSION = '8.4'
DOMAIN = 'programmable_thermostat'
PLATFORM = 'climate'
PLATFORM = [Platform.CLIMATE]
ISSUE_URL = 'https://github.com/custom-components/climate.programmable_thermostat/issues'
CONFIGFLOW_VERSION = 4

Expand Down

0 comments on commit 2ebc7e6

Please sign in to comment.