Replies: 2 comments 1 reply
-
I would like to now if this is possible too.:-) |
Beta Was this translation helpful? Give feedback.
0 replies
-
You bet! Search for store_var in the readme :) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I currently have a nice bar graph with 2 helper utility sensors resetting daily (see below).
However, I would like a bar graph with only the difference between both of them (the red piece).
{{ (states('sensor.helper_elektriciteit_aanvoer_net')|float - states('sensor.helper_elektriciteit_terugvoer_net')|float)|round(2)}}
Can this be done without creating an additional template sensor as part of the graph definition ?
Many thanks in advance for helping me out!
Beta Was this translation helpful? Give feedback.
All reactions