1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Reload the app info after an update completes (#51261)

This commit is contained in:
Paulus Schoutsen
2026-03-30 05:42:16 -04:00
committed by GitHub
parent a6ab6e218f
commit a07772c514

View File

@@ -1038,6 +1038,7 @@ class SupervisorAppInfo extends LitElement {
}
private _updateComplete() {
this._scheduleDataUpdate();
const eventdata = {
success: true,
response: undefined,