Hi!
I want to remove the first span state__value inside the mini-climate-card. I have tried multiple combinations for days without success. The mc-temperatur can be captured, but inside of it there is a shadow-root. I need to traverse the shadow-root, access the state ellipsis and then select the first state__value.
Iâm using the custom button card and want to make it visible only when certain conditions are met. Before I add the ifs, I want to entirey hide the card but so that used space is freed up for the card next to it, I mean so that there is no empty space.
I tried this and it hides the card but it does not free up the space - any suggestions?
Thank you. If possible, I want to use card-mod because for the conditional card, I cannot use template values, I would also need to create a template-helper.
Thanks, I did start using the conditional card yesterday and it is working as you described. So that works. What a pitty yet another helper that I needed to create, but thatâs not the end of the worldâŚ
Hi can anyone help with Trashcard I want it to flash when the relevant trash is due out tomorrow. Iâm sure someone has thought of this and hope you can share. Thanks
just set an animation to the main card (if that is what you want) and declare the animation in a @keyframes you like
Search the community for many examples⌠and give us what you found so we can help
Ok So I am âtryingâ to understand - I simply want the card to flash on the day before its due - I get an error: ân.setConfig is not a functionâ. I get Ive got something fundamentally wrong.