I have started working on a dashboard that will have a standard navigation panel on the right that can navigate between views in that dashboard.
I have attempted my first such button but it is not working.
The dashboard I am working in is called (Tablet Dashboard (url tablet-dashboard)
My view with the test navigation button is called Work (url 0) and I have coded to navigate to a view on this dashboard called Ground Floor (url ground-floor)
When I click it, I am sent to the default page on my default dashboard which simply suggests a failure to identify the dashboard or view.
I have attached screen prints of the Work view screen, definition of the target view and the button edit code
The actual yaml for the tap action is:
type: custom:button-card
entity: switch.patio_light
template: menuicon
icon: mdi:lightbulb
name: Lights
title: Lights
styles:
card:
- background-color: rgba(0, 0, 0, 0.0)
- box-shadow: none
tap_action:
action: navigate
navigation_path: /ground-floor
confirmation: true