Pass hass to ha-form to enable selectors (#11739)

This commit is contained in:
Paulus Schoutsen
2022-02-19 21:35:58 -08:00
committed by GitHub
parent 7bac41fe41
commit 3d6d07e5bd
6 changed files with 6 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ class StepFlowForm extends LitElement {
? html`<ha-alert alert-type="error">${this._errorMsg}</ha-alert>`
: ""}
<ha-form
.hass=${this.hass}
.data=${stepData}
.disabled=${this._loading}
@value-changed=${this._stepDataChanged}