Navbar card: easily navigate through dashboards

Hi @sdholden28 , I’ll take a look to check what can be happening. I suspect the card might not be detecting that it needs to re-render after the url changes without reloading the page…
As of now, you can use the selected prop for each route to either customize the behaviour, or even hardcode it to true. Quick example:

type: custom:navbar-card
...
routes:
  ...
  - icon: mdi:timer
    label: Timer
    ...
    selected: true     <---- add this value in the navbar of said screen