Skip to content
Discussion options

You must be logged in to vote

I added image and tel/mailto action support to the latest Prism and Prism-android app releases.
Notifications without prior actions (eg. not Proton Mail notifications) will have their message scanned for phone and email patterns. If found, those will be added to the notification actions that will be displayed as Android actions via Prism-android app.

To send image notification from HA you'll need an action definition like:

notify:
  - platform: rest
    name: Prism
    resource: "http://<Your Prism server network IP>/Home Assistant"
    method: POST_JSON
    headers:
      Authorization: !secret prism_api_key
    data_template:
      title: "{{ title }}"
      message: "{{ message }}"
   …

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@noticons
Comment options

@lone-cloud
Comment options

@noticons
Comment options

@lone-cloud
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by lone-cloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants