1
mirror of https://github.com/home-assistant/frontend synced 2024-09-25 09:39:00 +02:00

Select suggested area for device during config flow (#14383)

This commit is contained in:
Paul Bottein 2022-11-15 15:09:27 +01:00 committed by GitHub
parent ae15dd678b
commit bda5b97c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ class StepFlowCreateEntry extends LitElement {
<ha-area-picker
.hass=${this.hass}
.device=${device.id}
.value=${device.area_id ?? undefined}
@value-changed=${this._areaPicked}
></ha-area-picker>
</div>