Trying to do a notifikation where I link to and entity if you click the notification, like the alarm panel or some card in the lovelace. Is this possible? And how?The picture is what I want to be linked to in the companion app.
I havent linked notifications to an entity. I have linked a notification to a “view” using actionable notifications.
As a real world example, if my rain gauge tips, i have it send me an alert. If I click the alert, it takes me to a certain view or page, if you will (/mushroom-guide/weather)
Thanks. I ended up creating a dashboard with just one entity in every tab, just for my motivations. The dashboard is just for notifications and hidden in the sidepanel. Found out how to link to an other app also on iOS. For example: “url”: “spotify://”
A list with iOS app links can be found here: bhagyas/app-urls: A long list of App URLs for iOS, macOS and Android (github.com)
"data":
{
"tag": "tag1",
"url": "/dashboard-cast/test"
}