Actions not syncing to iOS device

Hi. Trying to get actionable notifications working and I could use a second set of eyes. I can’t seem to figure out why the actions aren’t syncing with the HA app on iOS.

I’ve added the lines below to my configuration.yaml. I’m running the latest version of core, latest version of the companion app, and iOS 15.1. I think the spacing is correct, but no joy. Thanks in advance.

configuration.yaml

ios:
  push:
    categories:
      - name: GateBell
        identifier: 'gatebell'
        actions:
          - identifier: 'OPEN_GATE'
            title: 'Open Gate'

There was a change in the definition of iOS actions

1 Like

Thank you!