Add missing area helper (#26022)

This commit is contained in:
Paul Bottein 2025-07-01 21:46:58 +02:00 committed by Bram Kragten
parent c0e9c3b9dc
commit c1934e0b9a

View File

@ -366,6 +366,7 @@ export class HaAreaPicker extends LitElement {
.hass=${this.hass}
.autofocus=${this.autofocus}
.label=${this.label}
.helper=${this.helper}
.notFoundLabel=${this.hass.localize(
"ui.components.area-picker.no_match"
)}