Replies: 1 comment 1 reply
-
It looks like not only the entity disappears, but also the vertical lines of the grid. Here are two ways of working around this: - entity: sensor.thing
- entity: ''
y: [280,280]
x: $ex get('visible_range') Or use shapes (this is a lot better) |
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
-
Hi,
I stumbled across plotly to better visualize water levels of rivers in our area than with the default sensor card and plotly improves things a lot!
What I can't figure out is to add a horizontal line which marks critical values for a potential flooding. I tried to do so with a virtual entity, but as soon as the line of the virtual entity is shown the real sensor values vanish. But the values "are there" somehow hidden, even the label of the current value is shown. Any hints how to improve this?
Two examples showing either the virtual entity or the real sensor data, difference os only the
xaxis
of the virtual entity:Beta Was this translation helpful? Give feedback.
All reactions