I’m a relative newcomer to Home Assistant in general, and Lovelace setup in particular.
I’ve come up with a problem I can’t really figure out: on a specific Lovelace view, my cards aren’t reflowing to fill the available screen real estate:
Read your post on the other thread. So this wasn’t happening to you on the previous version, before 0.108?
My guess is that stack-in-cards’ height isn’t being properly calculated, so the cards aren’t reflowed. Adding a couple of the “standard”, built-in cards gets the stack-ins moving; and so does adding many stack-in-cards. This seems to all point in the same direction.
'Just to clarify, things were working properly for you at some point, correct? I can’t really assess on my end, because I didn’t have these cards and view setup before.
So the single column in the center of the screen started happening on my system a release or two ago. If the total height of the cards is close to the screen height the system will give you a single column which makes some sense. The simplest way I found to get the cards flowing again the way I wanted and properly handle different screen sizes was the layout-card. The results I have found are always predictable and the layouts look good.
Yes, exactly! All layaouts were flowing across screen as expected (first horizontally then vertically) and then at some point of time started to align veritcally. BUT not in all views! I have some that work properly (also not changed recently
One more observation; when I hit refresh button:
some views realign cards properly (e.g. if there is enough cards and screen space realign to 3 columns)
some do this partially (e.g. realign to 2 column, even if there is a space for 3)
some do not change layout, staying vertical.
Above might depend on combination of cards being used (stock, custom)… but since most of my views use many (and different) components it is a bit hard to draw conclusion on which cards might cause problems.