#Actionable notification not working

1 messages · Page 1 of 1 (latest)

fickle mist
#
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.
marsh hull
fickle mist
marsh hull
#

oops i missed a piece

#

try that now 😅

#

you were using navigate as if it was a lovelace card, you should be using URI

fickle mist
#

You are a lifesaver! Thank you so much!