Hi
I'm trying to send an notification to my phone
but the URI action is not working
I tried as action: (part of the code)
"actions": [
{
"action": "URI",
"title": "View camera",
"uri": "/dashboard-cameras/0"
}
]
and
"actions": [
{
"action": "URI",
"title": "View camera",
"uri": "/lovelace/cameras"
}
]
both are not working it opens the app to the main but dont go the the correct page