Skip to content

Message malformed: extra keys not allowed @ data['automation'] #37

@trucktire

Description

@trucktire

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions