mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-04 01:10:33 -06:00
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:
parent
0eaf9ead9e
commit
7eb87c78cc
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user