Here’s my action for my wife’s iPhone, I get the notification with the image, but the click action just launches the app to whatever dashboard was last used, not the dashboard I want:
How I do it to go to my shopping list (triggered on a zone entry):
- action: notify.mobile_app_iphone
data:
message: "🛒 Time to shop? (long click to open list)"
data:
actions:
- action: URI
title: View shopping list
uri: "/todo?entity_id=todo.{{trigger.id}}"
The snooze action buttons don’t go to a URI. I use an automation for those actions, since it’s just starting a timer helper.
Are you saying that the only way to navigate to a dashboard from an iPhone notification is to add an action for it?
(For Android notifications you don’t need an action, you just click the notification)
So it takes two clicks to navigate? One long press, and then pick an action?
I tried that but it didn’t seem to work:
- action: LIVE_VIEW
title: Live view
uri: "{{ dashboard_url }}"