You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,10 @@ All notable changes to this project are documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
-
## [0.2.0] - 2026-05-26
7
+
## [0.2.0] - 2026-05-29
8
+
9
+
### Release status
10
+
- Released as 0.2.0 in HACS official
8
11
9
12
### Added
10
13
- HACS default-store availability; normal installs no longer require adding a custom repository.
@@ -54,11 +57,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
54
57
- Panel detail text now uses more of the available tile width before truncating.
55
58
- Panel detail scrollbars now appear only when the optional text content actually overflows.
56
59
- README installation flow now reflects default HACS availability, with custom repository instructions kept only as a fallback.
60
+
- README now leads with six headline features, shows the uploaded animated feature GIFs directly, and keeps static screenshots collapsed below.
57
61
58
62
### Fixed
59
63
- Empty YAML card creation now works cleanly so users can configure from the visual editor.
60
64
- Sensor selectors remain GUI-first and use Home Assistant selectors.
61
65
- Prefix auto-populate now respects exact entity ID prefixes.
66
+
- Sensor auto-populate can search power and energy sensors by friendly name when the search text does not start with `sensor.`.
67
+
- Auto-populated power sensors now refresh panel display names from the selected sensors' friendly names, preventing stale names from previous sensor assignments.
68
+
- Auto-populate help text now explains the difference between `sensor.` entity ID prefix matching and friendly-name search.
62
69
- Disabled panels keep their grid space and are excluded from sensor auto-fill.
63
70
- Drag-and-drop panel ordering is persisted to card config so it syncs across devices.
64
71
- Missing, unknown, or unavailable entities no longer crash popups or tiles.
@@ -76,6 +83,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
76
83
- Popup graph range changes no longer jump the popup scroll position after async graph loads or power-pulse animation updates.
77
84
- Panel performance/detail text no longer collides with row/column labels, and optional detail scroll areas are protected from the slot label.
78
85
- HACS/readme documentation for release files, default-store install flow, and full feature coverage.
86
+
- Panel popup setup now keeps the selected panel open and loads the graph after choosing a power sensor during first setup.
87
+
- Popup close buttons remain clickable after graph range navigation and async graph loading.
88
+
- Power rail/grid lines now align correctly with rendered panel rows when arrays have more than two rows.
89
+
- Power rail/grid lines now keep their content coordinates stable while the card scrolls vertically.
90
+
- Hidden slots and large arrays now keep rail/grid visuals aligned with the visible slot layout.
0 commit comments