Page in the GUI that automatically shows all entities?

If I set views in my groups.yaml and set a page as default then I lose my home page that automatically shows all my entities. Is there a way to have a clean default page with entities I select and have a more hidden “home” page that automatically shows all my entities/scripts/automations/etc?

That’s not really what I’m after. I’ll see if I can explain better.

Currently, if i login to my HA GUI my first page is the “home” view. The home view by default shows everything, unless it’s hidden. Let’s say, for example, that I want the first page on my GUI to be my environment view (weather, sunset, etc) I could use this code:

default_view:
  name: Environment
  view: yes
  entities:
    - group.environment

However, if I use this code my “home” view dissapears so I have no view that shows everything by default. I’m trying to have my environment view be default without losing my home view as well. I’d just like the home view to be a separate view with a list of all my entities, groups, scripts, etc and I’d like them to automatically appear on that view.

Until you start creating views, then you have to specify what you want.

If you read the link, you can expose ALL domains/devices to a view…

This list does not include, group.sensor_all for example. So you can not recreate the default home page using this method.

By default, every group appears in the HOME tab. If you create a group default_view it will REPLACE the contents of the HOME tab so you can customize the HOME tab as you wish.

Don’t create a default_view group?

You can put ALL of your sensors in the default view group and it will list them out JUST like before as well.

Personally, I don’t understand why this matters. When you have a bunch of sensors on the front page it’s too messy. Just organize them?

A list of all your entities can be found on the dev-states page, the <> icon under development tools in the sidebar.

I’m looking for a single page that list everything, even stuff I will add in the future. I know I can use the dev-states page, but prefer the view type pages as they are more of a GUI approach.

You’re out of luck then I’m afraid, it’s not possible.

I believe lovelace has a ‘ungrouped entities’ (or similar) button, I still haven’t got that far, but that’s the closest thing to what you want.