How to hide the circles at the top of the page?

How do I hide the the circles at the top of the page, I have hide other devices with the command

switch.device1:
  hidden: true

But how do I hide the one at the tope, I want to show 2 temp sensors and hide all the others (red circles and blue circles)

Is there any documentation that I haven’t found?

I assume the blue one are called binary.sensor…

Well worth watching this video to learn more about managing the user interface, answers your question and lots more…

1 Like

You will have to set the hidden property of every sensor you do not want to see to true, or make a default_view and only include the entities you want to see in that group. This is explained more in the groups documentation