junalmeida / homeassistant-minimalistic-area-card

A minimalistic area card with sensors and buttons.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: too many sensor entities don't wrap

smenzer opened this issue · comments

What happened?

If there are too many entities that are put in the top row, they extend outside of the area card instead of wrapping (like the control entities below do). See the screenshot for an example of what I mean (note - I duplicated a set of entities just to get the number of entities high enough to cause the issue).

image

I would expect that the sensor entities wrap to the next row (left aligned).

Card Version

1.1.2

HomeAssistant Version

2022.12.6

Relevant javascript log output

n/a

Yep this is a known bug, and at this moment I don't see a quick way to fix it other than simply not having that much amount of entities. So I suggest to separate into two cards if you need all those sensors, or remove the least useful ones.