Skip to content

Releases: MindFreeze/ha-sankey-chart

v4.1.0

20 Apr 07:43
3186717

Choose a tag to compare

4.1.0 (2026-04-20)

Features

Bug Fixes

  • #343: align visual editor section numbering with 0-based config (5eefe3e)
  • #344: preserve section sort_group_by_parent edits in visual editor (f8e4270)
  • remove children from the editor (740cf35)

v4.0.2

15 Apr 12:46
fe4a5da

Choose a tag to compare

4.0.2 (2026-04-15)

BREAKING CHANGES

This is not a new breaking change but it was not properly documented for the 4.0.0 release.

All nodes in v4 must have unique IDs. This means that manually added passthrough nodes can't have the same ID as their target. The editor should handle this migration better now. Refer to the migration guide for YAML configs.

Bug Fixes

  • #334: passthroughs are first-class link-graph nodes with unique ids (2415480)
  • #335: default v4 node type to entity so statistics are fetched (3833841)

v4.0.1

14 Apr 14:09
dcad168

Choose a tag to compare

4.0.1 (2026-04-14)

Bug Fixes

  • #332: exclude non-entity node IDs from statistics fetching (003cff1)
  • hide attribute and unit_of_measurement in editor for non entity nodes (9ab9e66)

v4.0.0

14 Apr 05:35
26b9a4b

Choose a tag to compare

4.0.0 (2026-04-14)

⚠ BREAKING CHANGES

  • A new Configuration structure has been introduced (#305)

    • All nodes in v4 must have unique IDs. This means that manually added passthrough nodes can't have the same ID as their target.
    • Your old config will continue to work for now but it is deprecated
    • It will be converted to the new format when you edit the card through the UI editor
    • For YAML mode dashboards refer to the MIGRATION GUIDE

Features

  • #303: reuse energy dashboard colors for device nodes in autoconfig (325abfc)
  • #327: add energy_collection_key option and improve collection auto-detection (03c6b60)
  • new Configuration structure (#305) (8443df4)

v3.11.0

06 Apr 12:34
b9148ab

Choose a tag to compare

3.11.0 (2026-04-06)

Features

  • net_flows option to show gross energy flows in autoconfig (0b1a5f4)

v3.10.3

02 Apr 09:00
f8d2220

Choose a tag to compare

3.10.3 (2026-04-02)

Bug Fixes

  • #318: find energy collection by prefix instead of fixed key (6ac8a58)

v3.10.2

30 Mar 13:01
22a9428

Choose a tag to compare

3.10.2 (2026-03-30)

Bug Fixes

  • #314: handle grid export in new energy format without flow_to (f69a0b5)
  • #314: handle grid export in new energy format without flow_to (5333d1b)

v3.10.1

23 Mar 08:17
f3c1c6d

Choose a tag to compare

3.10.1 (2026-03-23)

Bug Fixes

v3.10.0

11 Oct 09:55
e4f4f57

Choose a tag to compare

3.10.0 (2025-10-11)

Features

v3.9.4

28 Jul 15:33
56720bb

Choose a tag to compare

3.9.4 (2025-07-28)

Bug Fixes