Maybe someone could help me on this, as Iām not very good with CSS. I have the rotating fan on a multiple-entity-row working now, but I want it to only rotate when the switch is on. How would I change this code for that to work? I believe I need to use a jinja template, but I will likely butcher the format and never get it right. TIA
Likely not the right spotā¦since the fan doesnāt spin. If you can get me past this one thing, Iāll likely be set with all the other good examples you have out there. Iām just stuck at a dead end now. Where am I screwing up?
I have mushroom-template-chip. For the first, the rules were created. How can I make it so that they are also created for the second mushroom-template-chip ?
So I have been able to completely change my dashboard with animations and icon color changes now. Thanks Ildar_Gabdullin! Iāve seen a lot of text alignment changes, but I donāt see anything specific to collapsable-cards. Is it possible to reposition the text to align to the right using card-mod?
I was just about to edit my post with my first tryā¦ here it is, but itās not aligning the text to the right. Iām trying to move the āUpstairs Thermostatā text so it aligns to the rightā¦ just to the left of the carrot.
This is a real noob question, and I know I must be missing something really simple, but I am failing to get a background image to a card when using a local file.
Iāve tried using a url to an image on the web (eg. http://wwwā¦), and that works fine. So it must be something about my local path Iām getting wrong. Am running HA on a Raspberry Pi.
Here is my code, and also a screenshot of the file location
Any help would be greatā¦ am pulling my hair out on something I know must be staring me in the face!
Hoping someone can point me in the right direction on this one, everything I try so far fails.
I want to have some buttons that show data from two sensors. Currently the only way I can see to do it is have two buttons in a vertical stack, and then somehow remove the border between them, making it visually look like one button.
Anyone got any thoughts on how this could be achieved? Basically, remove the gap between two cards in a vertical stack.
you could probably use a custom:button-card with a grid, to show those 2 values vertically on 1 button. Did you check the grid options in advanced styling?
it would make it a button-card question though so check that thread too