Does anyone know if android is supposed to have the ability to have a default actions uri eg uri: "/lovelace/cameras" when the user clicks on a notification, but not on any of the actions.
I do see mention of it here https://companion.home-assistant.io/docs/notifications/actionable-notifications#uri-values where it shows
url: "/lovelace/cameras" # launched if no action is chosen
but its hard to know if this specific example is ios specific or supposed to work on android. I can't seem to get it working on android so not sure if its a bug or by design?
Actionable notifications are a unique type of notification as they allow the user to add buttons to the notification which can then send an event to Home Assistant once clicked. This event can then be used in an automation allowing you to perform a wide variety of actions. These notifications can be sent to either iOS or Android.