mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Add loading screen when external step done (#3261)
This commit is contained in:
parent
8b93af1b56
commit
df10cff842
@ -75,8 +75,9 @@ class StepFlowExternal extends LitElement {
|
||||
return;
|
||||
}
|
||||
|
||||
const step = await fetchConfigFlow(this.hass, this.step.flow_id);
|
||||
fireEvent(this, "flow-update", { step });
|
||||
fireEvent(this, "flow-update", {
|
||||
stepPromise: fetchConfigFlow(this.hass, this.step.flow_id),
|
||||
});
|
||||
},
|
||||
"data_entry_flow_progressed"
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user