I appreciate your process! Getting it to work with something simpler first is just the way to go, and something I see much less than I would have likedâŠ
Yes, it will stack them. You wonât be able to do a some landscape and some stacked. Itâs one or the other. If your screens are high dpi, then theyâll always be landscape unless you force it to be vertical.
well, Iâd like to have a card, (or button for that matter) which shows an icon and a name ( for the slider) on one line, above the slider, showing its state at the end.
using the code posted few posts above, and you style:
Make sure you have the latest versions of everything involved.
There was a bug at some point around 0.101 which could make things in entities cards not squish and stretch correctly.
I am still trying to figure out how to max a card keep a set aspect ratio, but have the cards be large as possible without requiring scrolling dependent on the screen orientation.
If landscape, then width = 50vw, and height = 28.125vh
OR
if portrait, then width = 100vw, and height = 56.25vh
Iâve figured out how to stack them easily, but cannot figure out how to get them side by side or at least how to center the stack so I do not have to use panel: true. If I remove the panel:true option the cards are left aligned to the edge of the cards normal width.
Trying to use the CSS-style with the custom:auto-entities card. The custom:auto-entities card as standalone card works as a basic card, but from the documentation I understand itâs not a full featured Lovelace card on its own.
Using the custom: auto-entities with the standard entity card, and then the CSS-style should work(?), but I canât wrap my head around how it should work. Any ideas how to change icon color?
First of all, why are you putting an entities card inside auto-entities inside an entities card?
There are valid reasons to do this, but if you donât have to, you shouldnât.
âWhy wonât this work for some cards?â âŠauto-entities and state-switch among others.
Common for all those are that they have no ha-card element. A workaround for this is to put the card you want inside an entities card and mod that. For built-in cards, this can be done by setting the type of an entities row to custom:hui--card:
So then using the standard entities-card, inside this using the auto-entities-card, then using CSS-mod on the entities-card or the auto-entities-card, does not work for me.
I must admit I donât get it and donât understand the documentation. Is it at all possible what I am trying using the card-mod somehow with the auto-entities card?
Edit:
It seems I didnât clearly announce this feature in this thread.
Since August 27th youâve been able to style entity card rows and glance card buttons separately.