Skip to content

Releases: dbuezas/lovelace-plotly-graph-card

v3.3.4

28 Nov 14:35
661dab2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.3...v3.3.4

v3.3.4-rc

31 Jul 19:44
ef1834a
Compare
Choose a tag to compare
v3.3.4-rc Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.3.3...v3.3.4-rc

v3.3.3

10 Apr 19:07
636f176
Compare
Choose a tag to compare

What's Changed

  • fix wrong grouping of entities according to their unit_of_measurement by @dbuezas in #271
  • Add links to migration help on deprecation errors by @dbuezas in #270
  • Fixes accumulation of event listeners by @dbuezas in #269

Full Changelog: v3.3.1...v3.3.3

v3.3.1

05 Feb 09:00
Compare
Choose a tag to compare

What's Changed

  • Fix/universal functions as filter params by @dbuezas in #239

Full Changelog: v3.3.0...v3.3.1

v3.3.0

04 Feb 19:17
f3b3df1
Compare
Choose a tag to compare

What's Changed

  • Feat/respect Home Assistant locale by @dbuezas in #230
  • Added $ex universal expressions (short form functions) by @dbuezas in #232
  • Set default auto period to minimum 100 datapoints (as it is in the readme) by @dbuezas in #235
  • updated plotly.js to v2.18.1 by @dbuezas in #236

Full Changelog: v3.2.0...v3.3.0

Localisation support

03 Feb 20:00
Compare
Choose a tag to compare
Localisation support Pre-release
Pre-release

BETA

What's changed?

  • Date and number formatting can be localised via config/locale and defaults to the one configured in Home Assistant

See more here: https://github.com/dbuezas/lovelace-plotly-graph-card/tree/feat/respect-locale#localization

Feedback and discussion in #89

Full Changelog: v3.2.0...v3.3.0

New flag: autorange_after_scroll

31 Jan 21:04
29c84d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

Dynamic relative time, e.g `hours_to_show: current_day`

31 Jan 20:40
6731fac
Compare
Choose a tag to compare

What's Changed

  • Implemented time string (1d) and dynamic relative time support (current_day) for hours_to_show by @dbuezas in #226
    Idea from @elbertov in #220

See options in this readme section

Full Changelog: v3.0.3...v3.1.0

Corrected inaccuracy in integration filter

30 Jan 19:38
4cefbab
Compare
Choose a tag to compare

What's Changed

  • Fixed integration using the wrong side of the y value by @dbuezas in #214
  • Fix "Now line" example from lambda to filters by @edwardtfn in #211

New Contributors

Full Changelog: v3.0.2...v3.0.3

New `reset_every` option in the `integrate` filter. Help with deprecated options.

30 Jan 15:52
Compare
Choose a tag to compare

What's Changed

  • Added reset_every and offset options to the integrate filter by @dbuezas in #210
  • Add explanations and alternatives to the deprecated options to the readme by @dbuezas in 230ae96

Full Changelog: v3.0.1...v3.0.2