SOLVED - Group: default view = entities without group or all_lights etc. not working

Hello together,
sorry for my bad english i`m from Germany …

I Configure HassOS and be very happy that the most is working.

My problem is that i used hass.io in the past and i had it so configurated that all entities who not in a group was shown in the default view tab.
But i dont find out how i did this.

When i also try to put:

default_view:
view: yes
icon: mdi:home
entities:
- group.all_switches
- group.all_lights
- group.all_devices
- group.all_scripts
- group.all_automations

… is the default_view tab complete empty.

I think its only a little problem i hope, but a big for me …

Its an RasPi 3B with fresh installed HASSOS and new Config …

thank you very much for try helping …

Greetings Ned

I think most of those won’t show unless you set them up in the customize section…

See here…

Some components automatically create special groups containing component entities. These groups are named like group.all_..., for example:

group.all_switches
group.all_lights
group.all_devices
group.all_scripts
group.all_automations
You can see list of these groups in State  page of the Developer Tools.

Default groups appear in the HOME tab, if not overridden by user views and groups. Default groups are hidden by default, so you must customize them to be visible in your custom groups and views.

# Example configuration.yaml to include default groups in custom view
customize:
  group.all_automations:
    hidden: false
  group.all_scripts:
    hidden: false
group:
  automation_view:
    name: Automation
    view: yes
    entities:
      - group.all_automations
      - group.all_scripts
1 Like

Hey,
thank you very much, the problem is Solved.

I delete the default view section in groups and the Home site is back with all i looked for.

Little misstake by my side, Big Problem, simple Solution …

Save my Day …

Greetings
Ned