Corrected AC Automation syntax error
This commit is contained in:
@@ -98,7 +98,7 @@ actions:
|
||||
- conditions:
|
||||
- condition: template
|
||||
value_template: >-
|
||||
{{ state_attr(target_AC, 'current_temperature') | float(0) <= (target_temp | float(0) - target_hist | Float(0)) }}
|
||||
{{ state_attr(target_AC, 'current_temperature') | float(0) <= (target_temp | float(0) - target_hist | float(0)) }}
|
||||
- condition: state
|
||||
entity_id: !input climate_target
|
||||
state: "cool"
|
||||
|
||||
Reference in New Issue
Block a user