Files
fresh-home/automations/things/reset_climate.yaml
T
2025-10-10 20:24:52 -04:00

28 lines
538 B
YAML

alias: Reset Climate
id: automation_reset_climate
trigger:
- platform: state
entity_id: group.my_hvac_affecting_openings
to: "off"
for: "00:00:03"
condition:
- condition: state
entity_id: group.my_hvac_affecting_openings
state: "off"
- condition: state
entity_id: climate.thermostat
state: "off"
action:
- action: climate.turn_on
target:
entity_id: climate.thermostat
- action: climate.set_preset_mode
target:
entity_id: climate.thermostat
data:
preset_mode: "auto"