mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47: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`
|
||||
<ha-config-flow-card
|
||||
.hass=${this.hass}
|
||||
.manifest=${this._manifests[flow.handler]}
|
||||
.flow=${flow}
|
||||
@change=${this._handleFlowUpdated}
|
||||
></ha-config-flow-card>
|
||||
|
Loading…
x
Reference in New Issue
Block a user