Skip to content

1.3.7

Pre-release
Pre-release

Choose a tag to compare

@jeakob jeakob released this 18 Apr 11:16

Fix: editor dropdowns clickable again on HA 2026.02+

Home Assistant's frontend migration from Material Web Components to Web Awesome removed MWC pieces that ha-select/ha-list-item rely on, so clicks on the editor's language (and other) dropdowns did nothing.

Changes

  • Replaced all 5 ha-select dropdowns in the visual editor (Entity, Language, Precipitation Type, Pressure unit, Wind Speed unit) with native HTML <select> elements, styled with HA theme variables so they match the rest of the card editor.
  • No config schema changes — existing cards keep working.

Testing

Please test in HACS and confirm:

  • Language dropdown selection persists.
  • Entity picker still lists weather entities and saves the choice.
  • Pressure and wind-speed unit dropdowns apply their conversion.
  • Precipitation-type dropdown toggles the probability switch as before.

This is marked pre-release for validation before promoting to stable.