From 76d3c6e237dd754e13e9538274b7e5bc84a3debb Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 7 Dec 2023 09:31:34 +0100 Subject: [PATCH] Revert fetching config flow after subscribe for progress (#18939) --- src/dialogs/config-flow/dialog-data-entry-flow.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/dialogs/config-flow/dialog-data-entry-flow.ts b/src/dialogs/config-flow/dialog-data-entry-flow.ts index e80eedd321..8fd26b47cb 100644 --- a/src/dialogs/config-flow/dialog-data-entry-flow.ts +++ b/src/dialogs/config-flow/dialog-data-entry-flow.ts @@ -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 {