From dc3fa32a8588929c97f11c098dccc70736c6635d Mon Sep 17 00:00:00 2001 From: bzoicas Date: Fri, 14 Nov 2025 08:02:29 +0200 Subject: [PATCH] Update blueprints/automations/bzo_climate.yaml Fixed shutdown of A/C when temp has reached target. --- blueprints/automations/bzo_climate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/automations/bzo_climate.yaml b/blueprints/automations/bzo_climate.yaml index ff60d8a..e5a6907 100644 --- a/blueprints/automations/bzo_climate.yaml +++ b/blueprints/automations/bzo_climate.yaml @@ -470,8 +470,8 @@ action: - if: - condition: template value_template: >- - {{ (should_cool and room_temp > desired_temp) or - (not should_cool and room_temp < desired_temp) }} + {{ (should_cool and room_temp < desired_temp) or + (should_heat and room_temp > desired_temp) }} then: - service: input_boolean.turn_off target: