Skip to content

Commit

Permalink
Missing import and refresh correct collection (#13358)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Aug 8, 2022
1 parent f5d9a7d commit ca28fec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hassio/src/addon-view/hassio-addon-dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import "../../../src/components/ha-circular-progress";
import {
fetchAddonInfo,
fetchHassioAddonInfo,
fetchHassioAddonsInfo,
HassioAddonDetails,
} from "../../../src/data/hassio/addon";
import { extractApiErrorMessage } from "../../../src/data/hassio/common";
Expand Down Expand Up @@ -237,7 +238,7 @@ class HassioAddonDashboard extends LitElement {

if (["uninstall", "install", "update", "start", "stop"].includes(path)) {
fireEvent(this, "supervisor-collection-refresh", {
collection: "supervisor",
collection: "addon",
});
}

Expand Down

0 comments on commit ca28fec

Please sign in to comment.