Hi,
I’m trying to get actionable notifications to work on my iPhone. I can get the notification ok with the image, however i’m trying to have an action to open the image in safari when i tap it.
- action: notify.family
metadata: {}
data:
message: "{{response.response_text}}"
title: Person Detected
data:
image: >-
https://#############.ui.nabu.casa/local/snapshot/driveway_snapshot.jpg
actions:
- action: URI
title: Open Image
uri: >-
https://#############.ui.nabu.casa/local/snapshot/driveway_snapshot.jpg
Can anyone help me?