David Buezas
David Buezas
When possible I try to avoid diverging from plotly's API, it's simpler for me and gives you more flexibility. How would you do this with plotly.ja directly?
Interesting, you may want to increase the refresh_interval to 60 seconds for example https://github.com/dbuezas/lovelace-plotly-graph-card#refresh_interval The card should only make the server work when it refreshes, and even then, it only...
The card is designed to throw away the data that falls out of the screen as long as you are not "browsing" (zoom, scroll, etc), so no. There shouldn't be...
If `max_duration` < `open_duration`, then the cover does stop after `max_duration`, but only if it has not yet reached the fully open state. (same with close) This means that max_duration...
### Workaround Not exactly equivalent to my `max_duration`, but IMO even better for time based covers (it will "overshoot" by 5s after reaching the limits) ```yaml cover: - platform: feedback...
Oh wow, I think HA is recycling the components. I'll take a look soon.
Oh, and thanks for rising an issue
This should be fixed now, can you confirm? Please feel free to reopen the issue if the bug is still there
Hey bennop, can you send a screenshot or link of what you mean?
Ohhh I get it now, I like that! I think there's a way to attach click handlers to the individual traces, and then open the sensor cards. I'll give it...