Add option for multiple view sets

It would be cool if i could defined what views should be available. For example, i have a tablet in living room and other rooms to control the home. I would like to only show the controls for that room, or define wich view should be first in every room, or maybe regrouping for that room.

openHab does similar with sitemap where i can choose from.

To me, a HASS group is a more versatile version of the openHAB sitemaps. I made a dedicated group for my home theater controls, then I point the on-wall browser to that group in “kiosk mode.”, e.g. http://my_hass_url:8123/kiosk/group.media_tab

Here’s my media_tab group:

media_tab:
  name: MEDIA TAB
  view: yes
  entities:
    - group.all_media
    - group.media
    - input_boolean.tivo
    - input_boolean.netflix
    - input_boolean.amazon
    - input_boolean.youtube
    - input_boolean.hbo
    - input_boolean.hulu
    - input_boolean.chromecast

Have a look at HA Dashboard, which sounds exactly like what you’re after. There’s also Floorplan if you want a different approach.

In either case, I think the advice here is relevant.