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!