v2.2.3 - HA 2026.2 Dropdown Fix
Home Assistant 2026.2+ rewrote the internal ha-select component on top of ha-dropdown (Web Awesome), breaking visual-editor dropdowns in many custom cards. This release migrates every dropdown in the editor to the new .options API while keeping a fallback for older HA versions, so selecting Layout / Style / Sort / Language / Mode / etc. works again.
🐛 Bug Fixes
- Editor dropdowns not updating on HA 2026.2+: Layout, Style, Sort by, Sort order, Progress Mode, Language, and entity Mode dropdowns in the visual editor would silently ignore selections after the HA 2026.2 frontend update. The card now reads the selected value from the
mwc-list-itemdirectly, which works across HA frontend versions. Related to home-assistant/frontend#29608. (#88)