# You'll need to change the service: line to match your device
alias: Notifications - Discard to Mobile
description: ""
trigger:
  - platform: event
    event_type: call_service
    event_data:
      domain: persistent_notification
      service: dismiss
condition: []
action:
  - service: notify.mobile_app_pixel_6a
    data:
      message: clear_notification
      data:
        tag: "{{trigger.event.data.service_data.notification_id}}"
mode: single

