Skip to content

Commit 7b04253

Browse files
committed
fix: Pass object to <ha-form/> in <hassio-addon-config/>
1 parent a34ca3c commit 7b04253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hassio/src/addon-view/config/hassio-addon-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ class HassioAddonConfig extends LitElement {
199199
<div class="card-content">
200200
${showForm
201201
? html`<ha-form
202+
.hass=${this.hass}
202203
.disabled=${this.disabled}
203204
.data=${this._options!}
204205
@value-changed=${this._configChanged}

0 commit comments

Comments
 (0)