Android notification open HA App page

When clicking on the notification on the device (android), I know it’s possible to open up a lovelace dashboard page with the actions, but is there a way to have it open up the map page instead?

Maybe using?:

uri: "map"

Yes.

url: /map
2 Likes

Ok I see what I was doing wrong now. Thank you!

For reference

service: notify.mobile_app_device_name
data:
  title: Home Zone
  message: Entered the Home Zone
  data:
    action: URI
    clickAction: /map
    sticky: "true"
1 Like