Change group view order

I can change order inside groups, but not the order of the views in the menu.

I want 1st floor first, then 2nd floor, etc.

Also i want to enable the default view with all entities, or the possibility to glob match sensor.* and put it into my own group.

Maybe you should vote for it then :stuck_out_tongue:

1 Like

In a long convoluted manner you can control the order in which you view your groups.

under your customise.yaml simply add

group.first_group:
  order: 1
group.second_group:
  order: 2

and so on. It’s necessary that you put in all the groups you have currently that you want seen starting with 1 until you are finished. if you have more than 1 view then continue the number onto the next view.

ie

group.next_view_group:
  order: 3

you can’t restart your numbering for each view.

Great! Couldnt find this in the documentation.

How about the default view, is it possible to reorder it as well?

yes. it sets the order for everything. for your default view start with order: 1 and go until you finish all the items on that view. if your last group is order: 12 then the next one on your next view would be order:13 and so on.

add them all and restart HA and you’re all good.

I’ve configured it like this in customize.yaml:

group.all_lights:
  order: 1
group.all_automations:
  order: 2

but in UI Automations come before Lights.