Add missing area helper (#26022)

This commit is contained in:
Paul Bottein 2025-07-01 21:46:58 +02:00 committed by GitHub
parent 1e59f9f4be
commit eb111d3c32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
)}