Bubbles badge in default_view

Is it possible to have bubble badge and default_view at the same time? Now I can only put my sensors in a group, but it doesn’t look too pretty :slight_smile:

Any sensors that are not part of another group appear as badges.
So in the example below, the lakeheight sensor appears as a badge.

  lakehouse:
    name : Lake House
    view : yes
    icon : mdi:swim
    entities : 
      - sensor.lakeheight
      - group.lhsensors
      - climate.lake_house
      - panel_iframe.router

It’s mentioned in the documentation here:
https://developers.home-assistant.io/docs/en/frontend_add_card.html

But this only applies to default Home tab. I don’t have the default Home tab anymore because I have to override it with default_view in order to move some automations to another tab. Now I can only achieve something like this:

You can add the badges back in using the custom-ui component: CustomUI - discussion thread

It’s a bit tricky to setup but works very well.

Thank you, I will give it a try. By the way is there any way to hide states from my sensors group? I would like to have only the icons.

but how to get the badges back without having to set them in a group?

1 Like