Update climate automation to set preset mode to 'none' instead of 'cool' for both downstairs and upstairs thermostats, enhancing control over climate settings.

pull/1526/head
Carlo Costanzo 4 months ago
parent 3ea720af36
commit e4c9dfb49a

@ -258,7 +258,7 @@ automation:
- service: climate.set_preset_mode
data:
entity_id: climate.downstairs
preset_mode: 'cool'
preset_mode: 'none'
- conditions:
- condition: state
entity_id: person.justin
@ -267,4 +267,4 @@ automation:
- service: climate.set_preset_mode
data:
entity_id: climate.upstairs
preset_mode: 'cool'
preset_mode: 'none'

Loading…
Cancel
Save

Powered by TurnKey Linux.