Replies: 2 comments 1 reply
-
|
Hi! |
Beta Was this translation helpful? Give feedback.
1 reply
-
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

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using
transform: 'return x === ''ON'' ? 5 : 0;'to graph value of a binary_sensor - to show when air-conditioner power was on/off, along side the room temp.I was hoping to see a square-ish graph showing when on/off. But instead the graph looks like a saw-tooth.
I guess the problem is HA reduces the number of data points to only the transitions.
Is there anything I can do on my side to get a more "square" looking graph?
Beta Was this translation helpful? Give feedback.
All reactions