From a0a93dceec9044751ac7de1079e94bacf02460c1 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Wed, 6 Aug 2025 12:56:37 -0400 Subject: [PATCH] Update climate automation to adjust temperature threshold to 79 and add condition for guest mode, enhancing control over climate settings. --- config/packages/climate.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/packages/climate.yaml b/config/packages/climate.yaml index f5149dbd..e3482b7f 100644 --- a/config/packages/climate.yaml +++ b/config/packages/climate.yaml @@ -189,13 +189,16 @@ automation: - platform: numeric_state entity_id: climate.downstairs attribute: temperature - below: 78 + below: 79 condition: - condition: state entity_id: sun.sun state: 'above_horizon' - condition: template value_template: "{{ state_attr('climate.downstairs', 'temperature') < 79 }}" + - condition: state + entity_id: input_boolean.guest_mode + state: 'off' action: - service: climate.set_temperature data: