mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add missing area helper (#26022)
This commit is contained in:
parent
c0e9c3b9dc
commit
c1934e0b9a
@ -366,6 +366,7 @@ export class HaAreaPicker extends LitElement {
|
|||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.autofocus=${this.autofocus}
|
.autofocus=${this.autofocus}
|
||||||
.label=${this.label}
|
.label=${this.label}
|
||||||
|
.helper=${this.helper}
|
||||||
.notFoundLabel=${this.hass.localize(
|
.notFoundLabel=${this.hass.localize(
|
||||||
"ui.components.area-picker.no_match"
|
"ui.components.area-picker.no_match"
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user