data:
title: Gos
data:
actions:
- action: navigate
title: View
navigation_path: "3d-printing"
- action: Dismiss
title: Dismiss
notification_icon: mdi:printer-3d
color: green
image: /media/local/finishedprint.jpg
critical: 1
message: Print Completed - {{ states('sensor.x1c_00m09c431202986_task_name') }}```
I can't get this to actually navigate me to my page when I hit the button in the notification.
#Actionable notification not working
1 messages · Page 1 of 1 (latest)
it should be
title: View
uri: "lovelace/3d-printing"```
Still doesn't want to open up the app nor take me to the correct page 😦
oops i missed a piece
try that now 😅
you were using navigate as if it was a lovelace card, you should be using URI
You are a lifesaver! Thank you so much!