Skip to content

Releases: MindFreeze/ha-sankey-chart

v3.0.1

10 May 11:15
d37d889
Compare
Choose a tag to compare

3.0.1 (2024-05-10)

Bug Fixes

  • #191: possible fix for missing historical data (e2a6ea8)
  • fix rounding to show the first significant digit (0e5d154)

v3.0.0

25 Apr 16:19
e16d1bb
Compare
Choose a tag to compare

3.0.0 (2024-04-25)

⚠ BREAKING CHANGES

  • passthrough entities no longer use children and just connect to the next entity with the same id
  • #109: min_box_height has been renamed to min_box_size
  • #109: section min_width now only accepts numbers representing the width in pixels
  • deprecated remaining: true option has been removed
  • substract_entities has been removed. Correct spelling is subtract_entities

Features

  • #109: vertical layout (#167). Layout is set to 'auto' by default (61a481a)
  • passthrough entities no longer use children and just connect to the next entity with the same id (094ac46)
  • single entities are now centered instead of at the top (0bb5cd1)

Bug Fixes

  • #182: print_yaml now allows the text to be selected (f80303b)

v2.0.4

18 Apr 12:34
2a6c3f8
Compare
Choose a tag to compare

2.0.4 (2024-04-18)

Bug Fixes

  • #180: passthrough and remaining_child_state (c5832ec)
  • #180: refactor passthrough logic to support more complex configs (e539913)

v2.0.3

16 Apr 14:57
1ff86c6
Compare
Choose a tag to compare

2.0.3 (2024-04-16)

Bug Fixes

v2.0.2

15 Apr 15:53
49fc071
Compare
Choose a tag to compare

2.0.2 (2024-04-15)

Bug Fixes

  • #175: passthrough with remaining parent/child state (fc111a9)

v2.0.1

15 Apr 13:11
1ea68bc
Compare
Choose a tag to compare

2.0.1 (2024-04-15)

Bug Fixes

v2.0.0

15 Apr 07:50
1b3c34e
Compare
Choose a tag to compare

2.0.0 (2024-04-15)

This release contains just fixes but it is a major version bump because there is a small breaking change in color behaviour

⚠ BREAKING CHANGES

  • Fix state base coloring by allowing three-state display: state value below limit, state value equals limit and state value above limit. This changes the previous behaviour when the state matches color_limit exactly

Bug Fixes

  • #157: add 'none' option for sort_by to overwrite the global sort_by (67c8d14)
  • #171: improve error handling for circular refs (6b009d2)
  • handle Wh when converting to energy price (42ad2fa)
  • state base coloring (#172) (dab85be)

v1.21.1

04 Apr 08:08
bc927e9
Compare
Choose a tag to compare

1.21.1 (2024-03-09)

Bug Fixes

v1.21.0

01 Mar 12:28
2116cfd
Compare
Choose a tag to compare

1.21.0 (2024-03-01)

Features

Bug Fixes

  • #161: allow fractions in min_state & color_limit (a86e7a4)

v1.20.1

19 Feb 06:50
ca099c1
Compare
Choose a tag to compare

1.20.1 (2024-02-19)

Bug Fixes