From c6301b9f76b81a684bfa148c42d3ae2d90fe92ce Mon Sep 17 00:00:00 2001 From: Pierre Eisenbrandt Date: Thu, 15 Jan 2026 14:21:03 +0100 Subject: [PATCH] do not set target temp when windows is open --- Climate/bosch_bth-ra_control.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Climate/bosch_bth-ra_control.yaml b/Climate/bosch_bth-ra_control.yaml index 9e3757c..0a31687 100644 --- a/Climate/bosch_bth-ra_control.yaml +++ b/Climate/bosch_bth-ra_control.yaml @@ -405,7 +405,7 @@ actions: - if: - condition: template value_template: > - {{ is_valid_temperature and is_temperature_change_needed }} + {{ is_valid_temperature and is_temperature_change_needed and is_state(window_detection_entity, 'off') }} then: - service: climate.set_temperature target: @@ -555,7 +555,7 @@ actions: - if: - condition: template value_template: > - {{ is_valid_temperature and is_temperature_change_needed }} + {{ is_valid_temperature and is_temperature_change_needed and is_state(window_detection_entity, 'off') }} then: - service: climate.set_temperature target: