Apple watch not triggering action for automation

Manually firing the event on developer tools works as intended. On the apple watch HA app, the action, when tapped, keeps circling and nothing happens.

alias: Watch Light Toggle
description: Attic
trigger:
  - platform: event
    event_type: ios.action_fired
    event_data:
      actionName: attic_light
condition: []
action:
  - service: light.toggle
    target:
      entity_id: light.attic_light
    data:
      brightness: 255
      kelvin: 6500
mode: restart

Did you figure this out? I have the same exact thing happening