Revert fetching config flow after subscribe for progress (#18939)

This commit is contained in:
Bram Kragten 2023-12-07 09:31:34 +01:00 committed by GitHub
parent a820ca1e90
commit 76d3c6e237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -425,13 +425,6 @@ class DataEntryFlowDialog extends LitElement {
);
}
);
if (this._step?.flow_id) {
await this._unsubDataEntryFlowProgressed;
// fetch flow after we subscribe to the event, so we don't miss the first event
this._processStep(
this._params!.flowConfig.fetchFlow(this.hass, this._step.flow_id)
);
}
}
static get styles(): CSSResultGroup {