Replies: 2 comments
Templates are NOT supported in the card. |
0 replies
|
Thank you for pointing me to that feature request. I added myself there. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I did a couple of graphs with the mini-graph-card. Very handy, thank you very much.
Currently, I am comparing indoor temperature to outdoor temperature. Because outside temperature is heavily fluctuating, I would like to set the upper/lower bound dynamically -> based on a template. Is it possible? (my first tests did not work...)
for example:
{{ states('sensor.dachzimmer_temperatur') | float + 5 }}All reactions