Home Tab groups

I have created a group and have a tab for that specific group that I have created. This group also appears in the Home tab and I do not want it to appear in the Home tab instead I just want it to be under the specific tab.

How can I achieve this?

Here is my configuration:

group:
 trains_view:
  view: yes
  name: Trains
  entities:
   - group.trains_to_eus
   - group.tube

Thanks.

As long as you don’t create a group “default_view” the home tab will always show every entity it discovers.

1 Like

I have a question regarding the groups again, basically I have set a group for my bedroom lights and named it “Bedroom Lights”

The problem I am having with emulated_hue is that it has stored and discovered Bedroom Lights twice; one which is the group name and the other which is the actual turn on and off switch.

Is there anyway I can get round this with having the same group name as the main switch i.e. group name: bedroom lights and the actual switch name as bedroom lights?

Thanks.