mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const step = await fetchConfigFlow(this.hass, this.step.flow_id);
|
fireEvent(this, "flow-update", {
|
||||||
fireEvent(this, "flow-update", { step });
|
stepPromise: fetchConfigFlow(this.hass, this.step.flow_id),
|
||||||
|
});
|
||||||
},
|
},
|
||||||
"data_entry_flow_progressed"
|
"data_entry_flow_progressed"
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user