Hi can anyone help me understand why automation doesn’t work …
this is my automations script:
alias: CLIMA IN USCITA
description: ''
trigger:
- entity_id: alarm_control_panel.allarme_casa
from: disarmed
platform: state
to: armed_home
condition: []
action:
- data:
entity_id: climate.soggiorno
hvac_mode: Heat
service: climate.set_aux_heat
in the register see below:
Error while executing automation automation.clima_in_out. Invalid data for call_service at pos 1: extra keys not allowed @ data [‘hvac_mode’]