Input boolean in script not working

trying to get an input boolean to turn on via a script and no action is occuring.

  test:
    alias: "test"
    sequence:
      - service: input_boolean.turn_on
        data:
          entitiey_id: input_boolean.alert_arm

When I use an automation to turn it off I have no problem. Only difference in the call is the line data: which when I take it out I get a config error.

You spelled entity incorrectly.

1 Like

HOLEY MOLEY! Thanks.

1 Like