diff --git a/blueprints/automation/homeassistant/auto_ac_control.yaml b/blueprints/automation/homeassistant/auto_ac_control.yaml index d8e3bc9..88d5f8a 100644 --- a/blueprints/automation/homeassistant/auto_ac_control.yaml +++ b/blueprints/automation/homeassistant/auto_ac_control.yaml @@ -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"