mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 07:46:37 +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", {
|
||||
colllection: "addon",
|
||||
});
|
||||
fireEvent(this, "supervisor-colllection-refresh", {
|
||||
colllection: "supervisor",
|
||||
});
|
||||
const eventdata = {
|
||||
success: true,
|
||||
response: undefined,
|
||||
path: "update",
|
||||
};
|
||||
fireEvent(this, "hass-api-called", eventdata);
|
||||
}
|
||||
|
||||
private async _startClicked(ev: CustomEvent): Promise<void> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user