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
Added a lightweight local test suite covering tracker slug normalization, due-notification behavior, and frontend service-call helper behavior.
Changed
Refactored tracker sorting and handle resolution logic in the frontend card to reduce repeated urgency computations and make internal service calls consistently use the public tracker handle.
Refactored the Lovelace editor internals to reuse shared config/settings normalization and reduce duplicated event-binding logic.
Refactored the add/edit dialog rendering path to reuse shared dialog and icon-picker markup instead of maintaining duplicated contained and modal branches.
Fixed
Simplified due-notification processing so it derives due-state directly from in-memory tracker records instead of re-sorting and re-looking trackers up during the notification pass.