This works great, just one thing I canât seem to figure out. And that is how to add a background image to it (a local one) using the following doesnât work:
The documentation on github is great btw, made it easy to combine both styling to <ha-card> and the removal of the padding inside the fold-entity-row.
Here is an example for future reference
Hi,
I have an entities card list where I want to have a Monster card inside. But when I do there is an issue with the margin in relation to the rest of the entities which are outside the monster card. Is it possible to add a margin/padding style to the monster card to make the entities aligned?
Just wondering if there is a way to change the width of the key pad on the alarm panel, I have used the following to edit the font and button sizes but the panel itself is only 300px wide, it would be nice to make it 480px to fill the screen and make input the code easier.
You need to read the message. Itâs not an error, itâs an information message.
Itâs telling you that your config is not supported by the UI editor - the GUI editor does not support the style: parameter.
Itâs also telling you itâs falling back to the YAML editor - the window full of yaml code right below the error message.
If you want to use card-mod, you cannot use the gui editor, but will instead have to edit the YAML of each card manually. Whether you do this in the provided YAML editor visible in your first screenshot or in the RAW editor shown in your second one is up to you.