fix: Pass hass object to <ha-form/> in <hassio-addon-config/> (#26995)

fix: Pass  object to <ha-form/> in <hassio-addon-config/>
This commit is contained in:
Lukas Waslowski 2025-09-12 11:03:53 +02:00 committed by GitHub
parent 0eaf9ead9e
commit 7eb87c78cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -199,6 +199,7 @@ class HassioAddonConfig extends LitElement {
<div class="card-content">
${showForm
? html`<ha-form
.hass=${this.hass}
.disabled=${this.disabled}
.data=${this._options!}
@value-changed=${this._configChanged}