Skip to content

Commit e4c9dfb

Browse files
committed
Update climate automation to set preset mode to 'none' instead of 'cool' for both downstairs and upstairs thermostats, enhancing control over climate settings.
1 parent 3ea720a commit e4c9dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/packages/climate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ automation:
258258
- service: climate.set_preset_mode
259259
data:
260260
entity_id: climate.downstairs
261-
preset_mode: 'cool'
261+
preset_mode: 'none'
262262
- conditions:
263263
- condition: state
264264
entity_id: person.justin
@@ -267,4 +267,4 @@ automation:
267267
- service: climate.set_preset_mode
268268
data:
269269
entity_id: climate.upstairs
270-
preset_mode: 'cool'
270+
preset_mode: 'none'

0 commit comments

Comments
 (0)