mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Fix reload of addon after update (#8518)
This commit is contained in:
parent
9f73f0ca8d
commit
935d97ce1a
@ -1002,9 +1002,12 @@ class HassioAddonInfo extends LitElement {
|
|||||||
fireEvent(this, "supervisor-colllection-refresh", {
|
fireEvent(this, "supervisor-colllection-refresh", {
|
||||||
colllection: "addon",
|
colllection: "addon",
|
||||||
});
|
});
|
||||||
fireEvent(this, "supervisor-colllection-refresh", {
|
const eventdata = {
|
||||||
colllection: "supervisor",
|
success: true,
|
||||||
});
|
response: undefined,
|
||||||
|
path: "update",
|
||||||
|
};
|
||||||
|
fireEvent(this, "hass-api-called", eventdata);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async _startClicked(ev: CustomEvent): Promise<void> {
|
private async _startClicked(ev: CustomEvent): Promise<void> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user