question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it posible to navigate from push notification to any other app menu items instead of just 'lovelace'/'dashboard' pages?

See original GitHub issue

Is 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:closed
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
dshokouhicommented, Apr 28, 2022

The first example I gave which has a defined clickAction controls selecting the notification as a whole, the second example that contains actions 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/

1reaction
dshokouhicommented, Apr 28, 2022
  • I’m use the latest beta of the app (really sorry for not to mention before, I simply forgot, my report/question was not not a complain just a question what could be my fault if…)

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.

  • Interestingly from a dashboard card the tap action works fine. Not just on the web app, but on the mobile app (if I’m right, I ‘know’ that it basically use ‘also’ the web app in a webview with some extended functions) also works the navigation.

navigation inside the dashboard is not the same as navigation from a notification

If your examples did the same as mine (just drop me to the main dashboard, what - anyway - already has a custom URL (global)), do I have to reset it in you opinion? I’m not often like to reconfigure all my sensors in the app to my needs 😄

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found