This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
How to use the " Lovelace View" option in the doorbell notification blueprint? #435
-
Beta Was this translation helpful? Give feedback.
Answered by
AngellusMortis
Dec 29, 2021
Replies: 2 comments 1 reply
-
Just the URI path. So If you are using HTML 5 push notifications, you also need to make sure "Base Home Assistant URL" is filled out. It will open base URL + Lovelace view in your default browser when you click on it. Telegram notifications do not support opening Lovelace views. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
itkama
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just the URI path. So
/specificDashboard/0
. On Android/iOS it will navigate to that path within the app.If you are using HTML 5 push notifications, you also need to make sure "Base Home Assistant URL" is filled out. It will open base URL + Lovelace view in your default browser when you click on it.
Telegram notifications do not support opening Lovelace views.