Need help to make card on dashboard from service notification

Please can Someone help to finalize the configuration ?
I need a card entity with the message from notification on dashboard.

 automation:
  alias: Courrier 
  trigger:
    platform: mqtt 
    topic: 'zigbee2mqtt/0x00158d0002b11371'
  condition:
    condition: or
    conditions:
      - condition: template
        value_template: "{{ 'action' in trigger.payload }}"
      - condition: template
        value_template: "{{ 'angle_x' in trigger.payload }}"
      - condition: template
        value_template: "{{ 'angle_y' in trigger.payload }}"
  action:
    service: persistent_notification.create
    data:
      notification_id: "courrier_alert"
      message: "Le facteur est passé" 
      title: "Courrier"

please format the code. Read the link in the blue ribbon at the top of the post and format your code correctly.