I’m already using card-mod and lovelace gen so I tried your suggestion. You are right, using button card for titles is somewhat overcomplicating things.
However I don’t think templating like that will work. Looking at the config I assume you use decluttering-card? I believe it is possible with lovelace_gen though.
You can however use jinja inside that area. I myself use it with input_selects and an automation. For example, I can change the entire theme’s border radius and box shadow by flipping a switch (input_select). You can find my repo at https://github.com/jimz011/homeassistant for some examples (warning! There is a lot on the repo!)
Anyways what you are trying to do is (to my knowledge) not possible with decluttering-card. Try it with lovelace_gen maybe like the above example by @aFFekopp.
o right, I see.
I dont use lovelace_gen thats why I was surprised by the code you posted. Just so I understand correctly, this is in fact a template using the title QUICK LINKS & INFOS as variable? Which can be done also using a decluttering template I think,
I’m really inspired by all the ideas that’s been shared within this thread I recently decided to redo my UI and went for a cleaner look. Here is how it looks on our wall mounted tablet:
The house is sort-of dynamic. Garage port is “open” in the image when it’s open and those sort of things. It’s a custom card I’ve made myself. The search card is also a custom card I’ve made myself.
The search card is in HACS (but you need to install cardtools for it).
No real ETA, soon-ish I hope. I’m exploring some workaround for the scanning issues since a bunch of people have problems finding their devices. It becomes a bigger problem with tvOS than before.
Those are awesome cards Really surprised that I haven’t stumbled across those cards before, the search card is especially useful, I will definitely implement it into my UI.