mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 02:19:43 +00:00
Pass hass to ha-form to enable selectors (#11739)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user