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.
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