Trigger persistent notification with Navigate-Action?

Hi,
I am trying to configure an automatisation, which should create a persistent notification when the state of a sensor is changing.
In this case, the notification sould provide a way to “jump” to a dashboard, which has been created as “subview”… therefore, I would like to implement some kind of “navigate” action… but it seems that this is currently not possible, am I right?

Or does someone already have a similar implementation running?
[based on the below FR it seems not to be implemented …]

1 Like

Do you mean something like that?


service: notify.persistent_notification
data:
  message: "[Link to Dishwasher subview](/dashboard-home/geschirrspueler)"
  title: Dishwasher

yes, I’m already using the “link” option… but my first Idea was an “action: navigate”…

Aaaah! Should have read the FR… :flushed: