The Missing Thresholds Fix!
This release fixes the editor layout bugs introduced by HA 2026.5.3, while giving the underlying code a solid modernization pass.
- UI Fix [#45]: Color threshold inputs and previews are no longer squished or hidden in newer HA versions. They now scale and display perfectly side-by-side.
- ** Editor Modernization:** Refactored custom form wrappers to use native
<ha-formfield>components for better HA consistency, accessibility, and future-proofing. - ** UI Polish:** Added proper margins to editor headlines and buttons for a cleaner, less cramped look.
- ** Housekeeping:** Cleaned up unused CSS classes, stripped redundant click handlers, and fixed minor linting issues.