Releases: dbuezas/lovelace-plotly-graph-card
Fix filling area between traces in combination with `show_value`
Fixes usage of lambdas in entity defaults
Fixes issue #84, where usage of lambdas in entity defaults was broken.
Long term statistics support
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.
v1.3.8 1.3.8
v1.3.7
beta: ios12 support
Lowered target to es2018 to try to get ios12 support.
HA-Card is transparent, allowing picture-card compatibility
More in this discussion: #47
Fix missing last datapoint on attribute plots
v1.3.1 1.3.1
Allow settings to avoid dropping state duplicates
Example:
minimal_response: false # defaults to true
significant_changes_only: false # defaults to true
for more see readme.md
Fix custom legendgroup
v1.2.2 1.2.2