#I want to open a particular dashboard on my iphone notification so I can see my cameras

1 messages · Page 1 of 1 (latest)

versed hedge
#

Here is my notification yaml that currently takes me my Overview Dashboard but not my new "Cameras" dashboard:

action: notify.mobile_app_iphone
data:
title: Front Door Motion
message: "{{ response.response_text }}"
data:
image: "https://MYIDHEREHIDDEN.ui.nabu.casa/local/tmp/frontporch_snap.jpg"
url: "/lovelace/dashboard-cameras/0"

Local URL to see the dashboard I want to open when I click on the notification for reference: http://192.168.0.126:8123/dashboard-cameras/0

Any ideas? Thanks so much!

versed hedge
#

This works

versed hedge
#

Actually overnight that stopped working lol so I'm open to feedback please

glossy heart
#

It's not url: but uri:. And you should have a path like /lovelace/test where 'lovelace' is the default dashboard name and 'test' the page/tab on that dashboard

stone badger