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

This commit is contained in:
Carlo Costanzo
2025-08-06 09:41:20 -04:00
parent 3ea720af36
commit e4c9dfb49a

View File

@@ -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'