Pass manifest to config flow card (#8933)

This commit is contained in:
Paulus Schoutsen 2021-04-16 23:02:29 -07:00 committed by GitHub
parent 519988326b
commit c7f4e1152d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,6 +381,7 @@ class HaConfigIntegrations extends SubscribeMixin(LitElement) {
(flow: DataEntryFlowProgressExtended) => html`
<ha-config-flow-card
.hass=${this.hass}
.manifest=${this._manifests[flow.handler]}
.flow=${flow}
@change=${this._handleFlowUpdated}
></ha-config-flow-card>