Actionable Notification

Hallo zusammenn,

ich verzweifle gerade ich habe die Automation genauso gebaut wie im Video (klar meine Entitäten getauscht aber der Rest ist 1:1 gleich aber ich bekomme mein Garagentor nicht geschlossen über den Button.
Der Link auf das Kamera Dashboard funktioniert, hat jemand eine Ahnung was ich übersehe?

alias: Garage ist offen
description: ""
triggers:
  - trigger: state
    entity_id:
      - cover.smart_garage_door_2311016970087461070348e1e9df42ad_garage
    to: open
    from: closed
    for:
      hours: 0
      minutes: 20
      seconds: 0
conditions: []
actions:
  - action: notify.mobile_app_paddy_iphone
    data:
      data:
        actions:
          - action: CLOSE_GARAGE_1OG
            title: Garage schließen
            icon: sfsymbols:square.and.arrow.down
          - action: URI
            title: Kamera-Dashboard
            uri: /1-og/cctv
            icon: sfsymbols:arrow.up.right.video.fill
      title: drücke
      message: garage
  - wait_for_trigger:
      - event_type: mobile_app_notification_action
        event_data:
          action: CLOSE_GARAGE_1OG
        trigger: event
    timeout:
      hours: 0
      minutes: 30
      seconds: 0
    continue_on_timeout: false
  - data: {}
    action: cover.close_cover
    target:
      entity_id: cover.smart_garage_door_2311016970087461070348e1e9df42ad_garage
mode: single