Skip to content

Fixed config ui to catchup with codebase

Choose a tag to compare

@skavan skavan released this 29 May 22:49
· 7 commits to master since this release

What's new in v0.3.22

Editor (visual config) overhaul

The whole config dialog was broken in HA 2026.4+ — HA replaced the underlying ha-textfield, ha-select, and ha-selector-boolean components. This release rewires the editor to use their replacements.

  • All text fields (Name, Label, Placeholder, Update Frequency) now render correctly
  • Update Mode dropdown shows + accepts both options
  • Update Mode defaults to "On Blur" when unset (matches card behavior)
  • "Debounce Time" relabeled to "Update Frequency (ms)"
  • Two new switches hoisted from YAML to the form: Hide Label and Compact Buttons

Internal

  • Forward-compat hardening around HA 2026.4 wa-input internals (see Forward-compat notes)
  • See CHANGELOG.md for the per-version detail