How can I create a dashboard that will have links to the rooms or another dashboards?
I have 9 panels that I created 9 dashboards so in each room it shows only the info and switches from this room. I also would like to have one dashboard with links to the rooms.
Use a button on the Lovelace dashboard. Or literally anything else - and change the tap action from more-info to navigate.
Eg:
type: button
tap_action:
action: navigate
navigation_path: /lovelace-cameras/0
name: Home
icon: mdi:home
show_state: false
show_icon: true
2 Likes