Frontend component updates 2026.4
· One min read
info
We do not officially support or encourage custom card developers to use our built in components. This component APIs can always change and you should build your card as independent component.
ha-input
We keep migrating our Material Design based components to Web Awesome based. This time we migrated the input components, which leads to an API change but the look and feel stays the same for now.
ha-inputis the successor ofha-textfieldha-textfieldAPI stays but the component is migrated to useha-inputinternally and will be removed in 2026.5- Also replaces
ha-outlined-text-field
ha-input-searchreplacessearch-inputandsearch-input-outlinedha-input-multireplacesha-multi-textfieldha-input-copyreplacescopy-textfield
This component also introduces new semantic theme variables for form backgrounds:
--ha-color-form-background: var(--ha-color-neutral-95);
--ha-color-form-background-hover: var(--ha-color-neutral-90);
--ha-color-form-background-disabled: var(--ha-color-neutral-80);
Date picker
We finally removed the Vue 2 dependency by replacing the date and date range picker with Cally.