Skip to content

Releases: dbuezas/lovelace-plotly-graph-card

Fixed trace ghosting on lonely datapoints.

01 Nov 21:08
Compare
Choose a tag to compare

Fixes ghost traces when data has single non-unavailable states sandwiched between unavailable ones.

See #103

Custom step function in zoom dependant statistics period

01 Nov 20:36
Compare
Choose a tag to compare

Step function auto period

  • Support for step functions for the periods of statistics entities
  • Lower limit of auto period is inclusive

Example:

type: custom:plotly-graph
entities:
  - entity: sensor.temperature
    statistic: mean
    period:
      0: 5minute
      24h: hour # when the visible range is ≥ 1 day, use the `hour` period
      7d: day # from 7 days on, use `day`
      # 6M: week # not yet supported in HA
      1y: month # from 1 year on, use `month

Error reports inside the card

31 Oct 12:26
Compare
Choose a tag to compare

Errors during fetching will be shown to the user directly (helps with bug reports)

Fine tuning resolution when using `period: auto`

31 Oct 09:29
Compare
Choose a tag to compare

Minimum resolution when using period: auto reduced to 100

Full Changelog: v1.5.1...v1.5.2

Support for `period: auto`, automatic statistic period

30 Oct 19:01
Compare
Choose a tag to compare

What's Changed

  • Automatic statistic period support by @dbuezas in #94

Full Changelog: v1.4.8...v1.5.0

Statistics support for state_class=total (such as utility meters)

30 Oct 11:36
Compare
Choose a tag to compare

The following is now supported:

type: custom:plotly-graph-dev
entities:
  - entity: sensor.electricity_total
    statistic: state

Fix overlaps between the the title, legend and plot

29 Oct 06:54
Compare
Choose a tag to compare

The title now has a dedicated element to avoid overlapping with the legend.
Also, the legend now is configured differently so it never overlays on top of the plot.

Precision of show_value defaults to 2 digits

28 Oct 15:07
Compare
Choose a tag to compare

v1.4.5 Default top margin when title is used

28 Oct 14:10
Compare
Choose a tag to compare

Title and legend don't overlap anymore.
See #76

Fix filling area between traces in combination with `show_value`

27 Oct 12:40
Compare
Choose a tag to compare