mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-28 15:27:20 +00:00
Pass manifest to config flow card (#8933)
This commit is contained in:
parent
519988326b
commit
c7f4e1152d
@ -381,6 +381,7 @@ class HaConfigIntegrations extends SubscribeMixin(LitElement) {
|
|||||||
(flow: DataEntryFlowProgressExtended) => html`
|
(flow: DataEntryFlowProgressExtended) => html`
|
||||||
<ha-config-flow-card
|
<ha-config-flow-card
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
|
.manifest=${this._manifests[flow.handler]}
|
||||||
.flow=${flow}
|
.flow=${flow}
|
||||||
@change=${this._handleFlowUpdated}
|
@change=${this._handleFlowUpdated}
|
||||||
></ha-config-flow-card>
|
></ha-config-flow-card>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user