Order of sensors

HA has those circles on top of frontend displaying some sensor data. Has anybody solved the order they are arranged in? And how to actually overcome it?

Create groups with the ordering you’re interested in, and use views to group those groups into pages.

I understand the ordering of groups. But let’s say front page.

default_view:
  name: Home
  view: yes
  icon: mdi:home
  entities:
    - sensor.1
    - sensor.2
    - sensor.3
    - sensor.4
    - sensor.5
    - sensor.6
    - alarm_control_panel.1
    - group.1
    - group.2
    - group.3
    - group.4
    - group.5
    - group.6

So if i put sensors 1-6 in a group and into main view they will be displayed as a card. I want them to display in circles. But arranged ones. Currently above it’s chaotic.

Maybe worth a read of this issue, it’s linked from at least one thread here