Skip to content

v1.4.1 - Fix visual editor dropdowns on Home Assistant 2026.2+

Choose a tag to compare

@eyalgal eyalgal released this 19 Apr 04:32

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 / Background Mode / Sound Mode works again.

🐛 Bug Fixes

  • Editor dropdowns not updating on HA 2026.2+: Layout, Background Mode, and per-scene Sound Mode dropdowns in the visual editor would silently ignore selections after the HA 2026.2 frontend update. All dropdowns have been migrated to the new ha-select .options API and now listen to both @selected and @change, so selections work across HA frontend versions. Related to home-assistant/frontend#29608.
  • Config corruption from string value-changed events: hardened _valueChanged so it only spreads e.detail.value when it's an object, preventing string values from the new ha-select / ha-entity-picker from being merged character-by-character into the card config.