hello, i have a probelm with my card
I can change the size of the card but I cannot change edit the size
I send you picture my problem , can i solve this ?
even if I change the size of the card I cannot adjust it on lovecale because edit equal size
it is possible to have a free card movement position in the lovelace ?
Hello, i have install this custom you card.
But i no very good undestand solve this problem in my card .
Can you please example do with my entity ?
So i can undestand all code i need put for see a right card equal edit and can solve.
This doesnât seem to have anything to do with card-mod. Does the documentation for color-lite-card suggest that color_image can use tempaltes? If so, thatâs the way.
Iâve been banging my head against the wall for a few hours now trying to figure out how to remove the padding/margins from text divider row. Currently I have:
When you add styles to a row in an entities card, .: is text-divider-row.shadowRoot.
I donât have the means to test right now, but I think what you want is:
If by âstillâ you mean âsince two hoursâ, then yes. Thatâs a new thing.
No, that feature is not included yet. That will be in 2.0 or so. Thereâs a big update to card-mod coming when I finish the documentation and examples.
no, I meant after upgrading from the previous version. Expected it to show the version 14 in the console, while it is showing 1.1.0, as it did before the update.
No issue, just wanting to ascertain my install went alright. Must admit I am not even sure I had the beta version or 13 installed.
cant wait!, thanks for this great and unmissable addition to HA.
Sorry for the delayed reply, but Iâm still not able to get it working. I ended up changing the way I was going to group stuff together and now I have
looking for some help with defining the style code. I want to simply add âmarginâ to the camera view to push the card down (so I can see the date and time). I hacked the console to add margin, so you can see the bottom camera image is shown the way I want it, but i cannot figure out what the style code looks like. Any help?
I have two questions. Sorry if these seem like basic questions, but I was not able to solve these myself. First, Iâm trying to use card-mod with the following setup. The card consists of a entities card, which has two auto-entities cards inside it. The auto-entities cards are using glance as the card.
I have already succeeded with removing the borders of the auto-entitites (glance) cards and changing the size of titles. However, I would like to bold out or apply italics to the line number (235, 550, 39, A etc.) from each entity. Does anybody have suggestions on how to achieve this? Iâve tried to inspect element, but didnât find anything noteworthy.
Second question: Iâm trying to add conditional coloring to entities cardâs states. So that the icon and entity name would always display as normal, but the state would change between red and green.
I was able to change to whole rowâs color based on the state, but I would like to only change the color of the state (and not the entity name). In my example, the state is <div class="text-content">-âŹ291.40</div>. How can I achieve this?
New to card mod (and css altogether) so trying to get my head around a few things so some advice would be appreciated.
Here is my current sensor card.
And my custom:mini-graph-card with a touch of card-mod to try and get the icon, header text colour, value colour and unit of measurement colour the same as the standard sensor card (with the âslateâ theme).
Three questions:
Can some assist with code on the colours for the text?
Is there a way to reduce the size of the card altogether? Iâve been trying to get it about 75% of its current height but nothing seems to work.
Is there a way to transition though all my colour values without listing them all as Iâve done?