Bubble Badges

I have Discovery enabled and it found a lot of devices and added them to my Home Assistant Dash Board. Is it possible to remove the ones you do not want?

Iโ€™m assuming you are using the old GUI in which case the below link is what you are after. You need to create groups and decide what you want displayed. Changing the default_view is also a way to get rid of everything from the home page. Realistically I would just swap to Lovelace and start there.

If I do not what to go to Lovelace right now, is there a way to delete them?

Change the default_view setting and create your own default view.

default_view:
  view: yes
  icon: mdi:home
  entities:
    - blah_blah
    - blah_blah
    - blah_blah
    - blah_blah

I am confused, here is a screen shot of my dashboard, what I am talking about are the Bubble Icons at the top:

I want to remove the eight of the eleven.

Yeah, I get it. Either put them in a group which will create a box below with those entities in it, or if you want them gone completely you need to create a new default_view. The reason for this is that HA automatically puts ALL entities on the home page.

Actually, while writing this I thought of another way. You could assign them to a group and then set the visibility of that group to โ€˜hiddenโ€™.

Thank makes sense. Thank you for your time and knowledge.

or you can use the customize section to completely hide them from the frontend:

However, most people eventually do move to using different default views to clean up the display.