Skip to content

v1.24.2

Choose a tag to compare

@Darkdragon14 Darkdragon14 released this 13 May 12:22
09b40fd

Fix — Restore token creation form on Home Assistant 2026.5

This release fixes the Create token dialog on recent Home Assistant frontend versions where the token name and related input fields could disappear, preventing users from creating a guest access token.

What changed

  • Replaced deprecated ha-textfield inputs with the current ha-input component in the Create token dialog.
  • Kept token form layout and validation behavior unchanged.

Why this matters

Home Assistant Frontend 20260429.3 no longer renders the old input component used by the token creation form. This update restores the visible form fields and makes token creation work again on HA Core 2026.5.x.