How to group or move top level icons?

Read a lot, searched a lot, YouTubed a lot… but sorry I cannot find the answer to this probably very simple question. How can I group the top level icons?

That’s one I have seen over and over. But not clear how to do it stil.

Check out the documentation for the new frontend called lovelace:

Have also seen that. No top icons in movie.

Is there someone willing to help to step by step set out moving 1 icon to the bottom?

In customize.yaml

sensor.voltage_phase_l2:
  hidden: true

In lovelace you configure which entities will be show, the view you currently use is the old UI, which shows all entities of home assistant.

You can use @John_P method if you want to hide entities in the old UI, however as far as I understand, you don’t want to hide them, you just want to bring them to the bottom.

Get yourself familiar with lovelace, the old UI will eventually not be available anymore at some point in time.

Click the 3 dots upper right of the window. Take control if this is your first time.

Select this

Lower left click the (+)

Select the card you want (entities in this case):

Fill out the card and click save. If you choose any of the entities that are badges at the top of your window they will disappear from there and show in the card instead.

Close the edit mode (top left X).

1 Like

not necessarily…
This is the view you get when none of your entities have been added to lovelace cards yet, (or state groups for that matter in the states view)

add them to cards, as @tom_l showed perfectly, and you’ll be set.

of course, you can also use yaml mode and do that manually :wink:

1 Like

Tom,

thank you! This is thus exactly how I did it. But although I do see the devices in a “tile” below, they do no disappear on top…? Any tips/thoughts?

Try refreshing your browser’s cache for the page.

Ctrl + F5
or
Ctrl + Shift + R

If that fails to remove them you may have to remove the badges from the view manually.

Click the three dots menu / configure UI again, then:

1 Like

Best tips! Wel hidden! This works. Although clicking a cross will shift a line and the next cross cannot be clicked after saving and reediting again (sounds like a bug)

Thanks again!

1 Like

Yeah the delete X can be a bit hit and miss.