v1.24.2
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-textfieldinputs with the currentha-inputcomponent 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.