Replies: 3 comments 6 replies
-
Hi 🙂 It's not plan to replace the standard navigation bar. The focus in on card. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@piitaya This way you can create a sort of "fake" navigation bar. It works really well, because you can see which room you are in. Here is the code. You have to change the primary to the roomname you want, change the icons to the icons you want, change the navigation_path to the same name as the primary name. The icon_color is the only thing you have to set per view you are in. So if you are in the roomname 1 view, you have to change that color to the color you like. the rest of the rooms should have no color or a different color you like ( I always leave them blanc, to give them the greyed out look). So in the case of this code. You have to make 3 tabs (views) in your lovelace called roomname 1, roomname 2, roomname 3 (or change it straight away to the roomnames you want.) If you are in the tab (view) roomname 1, then you only have to change the icon color for that view in this code the rest of the rooms in the code should have no color. This way you get the visual effect of of changing rooms, But what your are actually doing is creating a static color for that specific tab (view). If you still not now what I mean, or how it works, then I will make a other post and try to explain a bit better. But I think you will get the idea. NOTE: Create a Horizontal stack card, and paste the code below (and change it to your needs)
|
Beta Was this translation helpful? Give feedback.
-
Hello,
What do you think about the idea to develop a navigation bar card.
I removed the standard Home assistant bar and want to replace by mulitple icon to navigate on my Dashboard
I created this navigation bar with a grid card (same with a horizontal-stack card) but it's not ergonomic to have space between each icon.
Beta Was this translation helpful? Give feedback.
All reactions