thomasloven / lovelace-layout-card

🔹 Get more control over the placement of lovelace cards.
MIT License
1.01k stars 123 forks source link

Top badges are not diplayed in masonry layout #208

Open OToussaint opened 1 year ago

OToussaint commented 1 year ago

My Home Assistant version: 2022.8.7

Layout-card version 2.4.2

What I am doing: Using the custom:masonry-layout as view type

What I expected to happen: See badges at the top of the page

What happened instead: No badges are displayed

# The least ammount of code possible to reproduce my error

title: Home
views:
  - title: Heater
    type: custom:masonry-layout
    badges:
      - entity: sun.sun
    cards: []

# End of code

Error messages from the browser console: None


By putting an X in the boxes ([X]) below, I indicate that I:

igorsantos07 commented 1 year ago

This was quite unexpected. I've been using the layout-card for quite some time now, and decided to add some badges with filters. I was really puzzled for some time, trying to debug the filters and entities I included lol

I should add this happens with any layout mode, not only with Masonry.

igorsantos07 commented 1 year ago

Sadly, it seems this priejct got abandoned shortly after these last bug reports :(

austwhite commented 7 months ago

Badges do not display in any of the layouts. Just wanted to follow this in case it gets looked at.
I hope this project is not abandoned, but it looks like it may have been :(

ConorIA commented 4 months ago

I can't speak for that author, but I assume this is by design. To get your badges (and put them wherever you want), use the same author's badge card: https://github.com/thomasloven/lovelace-badge-card

OToussaint commented 4 months ago

Yes, but no. The badge card is a card, I can't put it on top of the page, centered, as usual. Yes it is "flexible" but not as much as it should then.