mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Add missing area helper (#26022)
This commit is contained in:
parent
1e59f9f4be
commit
eb111d3c32
@ -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