mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
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:
@@ -258,7 +258,7 @@ automation:
|
|||||||
- service: climate.set_preset_mode
|
- service: climate.set_preset_mode
|
||||||
data:
|
data:
|
||||||
entity_id: climate.downstairs
|
entity_id: climate.downstairs
|
||||||
preset_mode: 'cool'
|
preset_mode: 'none'
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: person.justin
|
entity_id: person.justin
|
||||||
@@ -267,4 +267,4 @@ automation:
|
|||||||
- service: climate.set_preset_mode
|
- service: climate.set_preset_mode
|
||||||
data:
|
data:
|
||||||
entity_id: climate.upstairs
|
entity_id: climate.upstairs
|
||||||
preset_mode: 'cool'
|
preset_mode: 'none'
|
||||||
|
Reference in New Issue
Block a user