Skip to content

Persistent Transport Adaptor

Transport ID Source Requirements Optional
persistent persistent.py Persistent Notification Integration -

Place a notification on Home Assistant application screen.

Pass a notification ID, either fixed in the transport or delivery configuration, or passed in the action data.

Example

Persistent notification has a Delivery automatically discovered where the integration is available, called persistent, so send like:

  - action: supernotify.notify
    target:
      - homeowner@24acaciaavenue.com
    data:
        message: Testing an e-mail that also shows as persistent notification
        delivery:
          - email
          - persistent

References

Home Assistant