I was referring to Markdown using jinja templates in the content, (or in the card-mod style of course)
And yes, the mini-graph is a hog too in my experience, which probably has to do with the fact it has te read the history of the server (in my case a RPi) donât think it has to do with the hand held though.
Again, try minimize backend issues as much as possible.
I use this kind of markdown templates for instance, with card-mod:
## <ha-icon icon="mdi:lightbulb"></ha-icon> {% if is_state('sensor.woning_lampen_aan', '0')%} Alle lampen
staan uit. {% elif is_state('sensor.woning_lampen_aan', '1')%} Er
staat 1 lamp aan. {% else %} Er staan
{{states('sensor.woning_lampen_aan')}} lampen aan. {% endif%}
Which include template sensors, which I believe also use the jinja template engine right? But those use the backend if I understand correctly (the sensors themselves). Seeing as my CPU temp and load are very low all the time, I donât think itâs a RPI4 bottleneck right?
Also I use a lot of RomRiderâs button-cards, which all have label_templates, like this:
Each button-card is rendered througha decluttering-card, which allows me to envoke browser-mod popups. And all this is inside an auto-entities card with the include filters. This allows me to automatically populate my UI with button-cards, which also auto-generate popup cards for the specific device. Adding a new light for instance to HA, automatically creates the light button-card, correct brightness label and popup slider with brightness, without doing anything.
Is decluttering-card heavy if itâs loaded with many âlayersâ like mine? I also use a dashboard without auto-entities, but still use a lot of decluttering-cards. That dashboard even struggles a lot of the time on my desktop (which is powerfull enough). Also my media_player cards are created using decluttering-cards.
Might try a new dashboard where I revert and manually write each button and use global popups (which I used before, but got tired of creating a new popup everytime a light changed). Instead of using decluttering-card and load it with different layers.
I think Ive explored every possible option, and even fellows here believe it impossible, but hey, youâre the magician Maybe Card-mod can be the rescue after allâŠ
I personally like to help users who have knowledge of CSS already. Anyway, first you need to declare a keyframe with transform. Then you can shadow-root as needed and apply that.
That is not an error. Itâs just because the HA validator wasnât made to account for custom properties. You should be using card_mod 3.0 syntax, though.