Skip to content

Commit

Permalink
Update config_schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MapoDan authored Jan 3, 2025
1 parent e38f6c9 commit e2eee22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/programmable_thermostat/config_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
CONF_HVAC_OPTIONS = 'hvac_options'
CONF_AUTO_MODE = 'auto_mode'
CONF_MIN_CYCLE_DURATION = 'min_cycle_duration'
SUPPORT_FLAGS = (ClimateEntityFeature.TARGET_TEMPERATURE)
SUPPORT_FLAGS = (ClimateEntityFeature.TARGET_TEMPERATURE|ClimateEntityFeature.TURN_OFF|ClimateEntityFeature.TURN_ON)

CLIMATE_SCHEMA = {
vol.Optional(CONF_HEATER): cv.entity_ids,
Expand Down

0 comments on commit e2eee22

Please sign in to comment.