HeadshotsExplorationAboutIndex

Persistent notification on the phone

Make sure you get those important notification on the phone.

alias: Alert Phone About New Persistent Notification
description: ""
triggers:
  - trigger: persistent_notification
    update_type:
      - added
    notification_id: ""
conditions: []
actions:
  - data:
      title: "{{ trigger.notification.title }}"
      data:
        clickAction: /lovelace/notifications
        push:
          badge: "{{ states('sensor.persistent_notifications') | int }}"
      message: "{{ trigger.notification.message }}"
    action: notify.mobile_app_franciss_iphone



Francis Fontaine