mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Select suggested area for device during config flow (#14383)
This commit is contained in:
parent
ae15dd678b
commit
bda5b97c91
@ -63,6 +63,7 @@ class StepFlowCreateEntry extends LitElement {
|
|||||||
<ha-area-picker
|
<ha-area-picker
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.device=${device.id}
|
.device=${device.id}
|
||||||
|
.value=${device.area_id ?? undefined}
|
||||||
@value-changed=${this._areaPicked}
|
@value-changed=${this._areaPicked}
|
||||||
></ha-area-picker>
|
></ha-area-picker>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user