Hi. I'm trying to create the automation you provided in your tutorial and the very first automation gives me this error?
This automation:
automation:
- alias: "Disarm alarm from keypad"
trigger:
platform: event
event_type: "zwave_js_notification"
event_data:
command_class: 111
node_id: 23
event_type: 2
action:
- service: alarm_control_panel.alarm_disarm
entity_id: alarm_control_panel.home_alarm
data:
code: "{{ trigger.event.data.event_data }}"
I'm completely new to HA so I have no idea what I'm doing wrong?