Skip to content

Releases: dbuezas/lovelace-plotly-graph-card

Fixes usage of lambdas in entity defaults

25 Oct 16:59
Compare
Choose a tag to compare

Fixes issue #84, where usage of lambdas in entity defaults was broken.

Long term statistics support

24 Oct 16:04
Compare
Choose a tag to compare

Thanks to @FrnchFrgg , this version brings support for statistics!

type: custom:plotly-graph-dev
entities:
  - entity: sensor.temperature
    statistic: mean # min, mean, max or sum
    period: hour # 5minute, hour, day or month

This means that multi day plots can now be very snappy, and you can look way back in the past too.

Also, the API for attributes changed a bit: Instead of the old ugly climate.living::temperature hack, now it is:

type: custom:plotly-graph-dev
entities:
  - entity: climate.living
    attribute: temperature

(but the old api is kept too for backwards compatibility)

After we added statistics support, I decided to make a fairly big refactor to improve the API of both statistics and attributes.
Because of that, this one is marked as beta version. Please feel encouraged to report any bugs as issues, or drop a thanks to @FrnchFrgg in the discussions section if you were missing the feature!

Fix issue in ranges when using attribute values.

15 Oct 10:42
Compare
Choose a tag to compare

v1.3.7

17 Sep 19:48
Compare
Choose a tag to compare
  • Fully reset UI when the reset button is clicked.
  • Fix width to 100% when the card is in a dashboard in side bar mode

beta: ios12 support

06 Aug 17:48
Compare
Choose a tag to compare
beta: ios12 support Pre-release
Pre-release

Lowered target to es2018 to try to get ios12 support.

HA-Card is transparent, allowing picture-card compatibility

28 May 12:49
Compare
Choose a tag to compare

More in this discussion: #47

Fix missing last datapoint on attribute plots

29 Apr 15:45
Compare
Choose a tag to compare

Allow settings to avoid dropping state duplicates

02 Apr 13:35
Compare
Choose a tag to compare

Example:

minimal_response: false # defaults to true
significant_changes_only: false # defaults to true

for more see readme.md

Fix custom legendgroup

03 Mar 14:51
Compare
Choose a tag to compare
v1.2.2

1.2.2

Fix legend spacing when using show_value: true

03 Mar 14:28
Compare
Choose a tag to compare