From e4c9dfb49ad1c2ff8da5cd52f348f7f754e73023 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Wed, 6 Aug 2025 09:41:20 -0400 Subject: [PATCH] Update climate automation to set preset mode to 'none' instead of 'cool' for both downstairs and upstairs thermostats, enhancing control over climate settings. --- config/packages/climate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/packages/climate.yaml b/config/packages/climate.yaml index b4fe69ec..f5149dbd 100644 --- a/config/packages/climate.yaml +++ b/config/packages/climate.yaml @@ -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'