Julien "_FrnchFrgg_" Rivaud

Results 9 issues of Julien "_FrnchFrgg_" Rivaud

Introduce a new Filter() command to doubly linked lists that can perform several removals in a single O(n) sweep, and use that new method to make set removal O(n) instead...

I wanted to fetch different times of history with the hass object in a data generator (for instance to plot the difference between every state and the state 1 month...

Fix #77 A followup would be to still ask home assistant for "friendly name" and "unit" metadata because statistics do not contain that information.

It would be worthwhile to support long-term statistics for entities that support it. There needs to be options to toggle statistics mode on and off, select between the mean, max,...

To check for availability of the media player, you create a `video` element, call its `play()` method which returns a promise and when that one is resolved you resolve the...

Either by defining a css variable, or by providing a jinja variable and parsing `view_layout` as a template. The goal is to be able to define `grid-row: auto/span xxx` where...

enhancement

This handler converts each plot stream command into a curveto command, except for the first, which is converted to the previously specified action. The curveto control points are computed and...

You could put all reused filters in an array once at the root, the extra ones inside the entity and then load them via `filters: $ex [...get('reused_filters'), ...get('.extra_filters')]` (note the...

According to the documentation, the following code should only have `resample: 3m` applied to `sun.sun`, but the second filter actually gets applied. ```yaml type: custom:plotly-graph defaults: entity: filters: - resample:...

bug