Skip to content

Releases: dbuezas/lovelace-plotly-graph-card

Fixed axes on multiple subplots with no_default_layout: true

02 Jan 13:39
Compare
Choose a tag to compare

Plot Entity Attributes & more

30 Dec 19:44
Compare
Choose a tag to compare

Changes:

  • plotting entity attributes
  • access to all entity attributes within lambdas
  • disabling default layout
  • disabling HomeAssistant theming

Recover from failed fetch

28 Nov 11:34
Compare
Choose a tag to compare

If the communication with HomeAssistant fails, no more updates would occur.
This patch fixes that, the next data update will proceed.

Lambda transforms

21 Nov 20:49
Compare
Choose a tag to compare

V0.5.0 adds 2 extra attributes for the entities:

unit_of_measurement

Overrides the units for the axes and tooltips

lambda transforms

Takes a function with which the data can be transformed before plotting it (see readme.md)

Y Axis cleanup

14 Nov 10:06
Compare
Choose a tag to compare

"unavailable" datapoints are not plotted anymore, they are represented as gaps

Testing releases

17 Oct 14:37
Compare
Choose a tag to compare
Testing releases Pre-release
Pre-release
v0.0.2

0.0.2

RC v0.0.1

17 Oct 14:13
Compare
Choose a tag to compare
RC v0.0.1 Pre-release
Pre-release

First RC