SmartHome Notifikationen

Hallo

ich komme Aktuell nicht weiter. Vielleicht kann mir hier geholfen werden.

Ich gehe grade nach Anleitung von Simon dieses Notifikationen Video durch alles Funktioniert soweit wenn ich jedoch auf öffnen drücke schließt mein schloss nicht auf

hier einmal die Yaml

alias: Küchentür öffnen?
description: ""
triggers:
  - device_id: 48baf995d573bdb2a378af4d10b8eb4f
    domain: device_tracker
    entity_id: c40990e15405e9f9b529199806478569
    type: enters
    trigger: device
    id: Marcell
    zone: zone.home
conditions: []
actions:
  - variables:
      action_open: "{{ 'OPEN_' ~ context.id }}"
      action_no: "{{ 'NO_' ~ context.id }}"
  - choose:
      - conditions:
          - condition: trigger
            id:
              - Marcell
        sequence:
          - action: notify.mobile_app_iphone_von_marcell
            metadata: {}
            data:
              message: Küchentür öffnen?
              title: Bitte Gedrückt halten
              data:
                actions:
                  - action: "{{ action_open }}"
                    title: Öffnen
                  - action: "{{ action_no }}"
                    title: Nein
  - wait_for_trigger:
      - trigger: event
        event_type: mobile_app_notification_action
        event_data:
          action: "{{ action_open }}"
    timeout:
      hours: 0
      minutes: 5
      seconds: 0
      milliseconds: 0
    continue_on_timeout: false
  - device_id: 08ee5c20d094ceaf74acf0daa7a70471
    domain: lock
    entity_id: c44bc22515b3a172269f4beca8f38af0
    type: unlock
mode: single