Any idea why the cover entirely would just stop showing up all of the sudden? It was there last time I checked a few days ago and haven’t had any major changes that I can think off. The buttons still function as if they were there, so they’re just invisible.
Weird.
I tried looking at the CSS and found that if i manually change the .overlaystrip background it will change the color. However when i apply the following code below in my banner card nothing happens.
Has anyone managed to use entity acton to change the default tap action to a link>
I have the weather.home entity as one of my enties but I’d like to change the standard tap_action from opening further details to opening another view/tab on lovelace.
Hi, great card. Only thing I’m missing is the option to center the background image or contain it like in CSS.
The center of my current background image changes depending on what device I use.
An option to center it would be great!
Hey, great card - wondering if someone can kickstart me with some code for styling and sizing a background image?
I want to work on resizing to fit the card and fading
Is it possible somehow mix the elements in different rows? I mean e.g. in our kithen there are 2 alarm related entities (wondow open and motion), 2 entities for temperature and humidity, 3 light switches and 1 media player. So It would be nice to have a row with 4 entities (motion, window open, temperature, humidity), another row with the 3 lights entities and 1 row with the medai player. The last 2 rows are OK, but in the first raw I’d like to show 4 entities. It is possible somehow?
I agree that this would be useful. In my implementation, I’ve gotten around this by making the row_size as large as I need it for my largest row, then adjusting the sizes of individual entities to get as close as possible. It works, but my entities end up being different sizes in some cases.
I found a workaround. I give a row_size 6 at the beginning and size 2 for entities I’d like to have 3 cells in a row and size 3 where I’d like to see 2 entities in a row. E.g. here is a block with 3 entities in the first row and 2 entities in the 2nd row