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
First-date data loss - the oldest day of fetched history was always silently dropped due to a null guard on row creation in both hourly data processors
Device class picker broken in recent HA - migrated from deprecated ha-select + mwc-list-item to ha-selector, matching the same fix applied to the scale picker in v1.0.1
Legend rendering - a stray double-quote in a tick element's inline style produced a malformed DOM node
Tick label positioning - CSS typo (position: relative:) caused the rule to be dropped
Editor dot-notation keys - key.indexOf('.') always evaluated truthy, causing all simple config keys to be incorrectly treated as nested paths
Changed
Visual editor: title field moved to the top; legend toggle added to Card elements section