Update blueprints/automations/bzo_climate.yaml
Fixed shutdown of A/C when temp has reached target.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user