Corrected AC Automation syntax error

This commit is contained in:
2026-07-06 16:08:21 +02:00
parent 9a442a5ee9
commit 57efbc273f
@@ -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"