blue_room to boys_room

This commit is contained in:
CeeWeasel
2025-10-10 20:24:52 -04:00
parent 10e297961b
commit 5b688e7c78
382 changed files with 8674 additions and 8739 deletions
+7 -7
View File
@@ -4,24 +4,24 @@ id: automation_reset_climate
trigger:
- platform: state
entity_id: group.my_hvac_affecting_openings
to: 'off'
for: '00:00:03'
to: "off"
for: "00:00:03"
condition:
- condition: state
entity_id: group.my_hvac_affecting_openings
state: 'off'
state: "off"
- condition: state
entity_id: climate.thermostat
state: 'off'
state: "off"
action:
- service: climate.turn_on
- action: climate.turn_on
target:
entity_id: climate.thermostat
- service: climate.set_preset_mode
- action: climate.set_preset_mode
target:
entity_id: climate.thermostat
data:
preset_mode: 'auto'
preset_mode: "auto"