Currently, I have a dashboard used on my mobile phone. This dashboard has multiple tabs accessable via the horizontal submenu on top. Now I want to replace this menu with the lovelace-navbar-card. I would hide the horizontal menu via
views:
- title: Home
subview: false
I would create a navbar template, structure it to navigate to each tab and add this template in each view. Is there a different/other way to achieve that?