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