HA Dashboard with Sidebar

Hello,

I’m trying to create a HA Dashboard with a Sidebar. This Sidebar should include my Rooms at first. Now I’ve found some codes here in the HA community forum but honestly I don’t now how to use this code. Who can explan the navigation_path and how to create an e.g “Living” view? And at which level is the “tab” directory?

    - action: navigate
      navigation_path: "/tab/Living"
      name: "Living Room"
      active: true
    - action: navigate
      navigation_path: "/tab/Office"
      name: "Office"
      active: true
    - action: navigate
      navigation_path: "/tab/nursery"
      name: "Nursery"
      active: true

Thx Patrick

I do not think this code is related to a dashboard.
Are you trying to create a yaml-mode Dashboard? Or directly from UI?