We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34ca3c commit 7b04253Copy full SHA for 7b04253
hassio/src/addon-view/config/hassio-addon-config.ts
@@ -199,6 +199,7 @@ class HassioAddonConfig extends LitElement {
199
<div class="card-content">
200
${showForm
201
? html`<ha-form
202
+ .hass=${this.hass}
203
.disabled=${this.disabled}
204
.data=${this._options!}
205
@value-changed=${this._configChanged}
0 commit comments