I am not sure if this will require a new feature request to accomplish or if there is a way to do it in hte frontend YAML files. My desire is to stay with the standard frontend rather than a custom frontend.
I currently use Views to logically group cards for areas of my house. I have a “navigation” glance card that lets the user select which room they want to control and the UI navigates to that view. Each view has a copy of the navigation card on it, so all views can navigate easily to all other views without having to scroll across the top bar. The challenge is maintaining the “navigation” card is a pain since there are multiple copies of it. Each time I make a change, I have to recopy the card to all views. I would be nice if there was a way to link a card on a view to a card in another view such that I only have to maintain the card in one location.
Similar to this, with the advent of user and dashboards, I would like to setup dashboards for each user so they only see the areas that they should. I would like to be able to either link to either cards or views in other dashboards to avoid having to maintain in multiple locations similar to the view challenge above.
An alternative might be to use dashboards for each room and do all navigation on the left hand menu. This way I could limit what dashboards are shown on the left hand menu for each user in their profile. I am not sure if this method of navigation will be acceptable to my other half. Any thoughts or comments would be welcome.