Update blueprints/automations/bzo_climate.yaml

Fixed shutdown of A/C when temp has reached target.
This commit is contained in:
2025-11-14 08:02:29 +02:00
parent 7102f5ec6e
commit dc3fa32a85

View File

@@ -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: