Is it posible to navigate from push notification to any other app menu items instead of just 'lovelace'/'dashboard' pages?
See original GitHub issueIs your feature request related to a problem? Please describe.
Push notification works fine for me, and I can navigate all of my 'lovelace'/'dashboard' pages problemless. But is it possible to navigate to any othe menu items instead of 'lovelace'/'dashoboards' pages? I send myself push notification when HACS has any updates. From the HA webapp itself, from 'lovelace'/'dashboard' cards I can simply navigate to `"/hacs"`, which definetely works, but from the Android app I can not reach that page directly from my notification.My service call for that:
service: notify.{device/entity}
data:
message: HACS update(s) available
title: Home Assistant
data:
tag: ha
actions:
- action: "URI"
title: "Upgrade"
uri: "/hacs"
Is it a limitation? Do I miss any requirement? Is it possible maybe in the future?
Lot of thanks in advance for your efforts.
Describe the solution you’d like
The question itself answers the solution.Describe alternatives you’ve considered, if any
Additional context
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Actionable Notifications | Home Assistant Companion Docs
Actionable notifications are a unique type of notification as they allow the user to add buttons to the notification which can then send...
Read more >Handling Notifications and Notification-Related Actions
Respond to user interactions with the system's notification interfaces, including handling your app's custom actions.
Read more >Configure actionable push notifications - ServiceNow Docs
Navigate to All > System Mobile > Mobile Push Notifications > Push Notifications. Click New. In the push notification form, fill in the...
Read more >What are Push Notifications? A Complete Guide [Up-to-date]
Push notification alerts can be displayed in three locations on your phone—lock screen, banner, and notification center, when the app user opts-in for...
Read more >Creating a Beautiful Home Assistant Mobile Dashboard Easily!
In this video I show you how to create a clean and minimalistic smart home dashboard using Home Assistant and Mushroom. Mushroom is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The first example I gave which has a defined
clickAction
controls selecting the notification as a whole, the second example that containsactions
are for the actionable buttons on the notification.Might be a good time to read the companion docs to learn more about what you can do with the app. You can also come on discord to ask basic questions as well for more guidance.
https://companion.home-assistant.io/
I am also on the latest beta, if you submitted a bug report then you would’ve been asked to provide the required information but this is a feature request for some reason.
navigation inside the dashboard is not the same as navigation from a notification
what I recommended is basic troubleshooting, if its not working for you but its working for someone else then you should begin with basic troubleshooting.