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: