allow templates for values in tile card #21256
Unanswered
ChristophCaina
asked this question in
Dashboard
Replies: 1 comment
-
Fully support an advanced tile with templating. I made an even more complete proposal here: #19930 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you want to modify the information or how a value will be shown, you need either a complete template sensor, or - you can try to use some card-mod hacks to modify the value information (secondary, for example)
I am doing this here, as an example:
This card mod will change the current value into a date / time information.
The Tile-Card looks like this:
Without card mod, it is showing the following value:
It would be really great, if you could have an option, to apply templates directly to the card, without the need of card-mod or another templated sensor.
this would allow some flexibility - by default, everything would work as known... the template option could also be just available in yaml, to be accessible for users with more experience.
Beta Was this translation helpful? Give feedback.
All reactions