Skip to content

Commit

Permalink
Hide shopping list from discovered onboarding integrations (#18069)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 29, 2023
1 parent 0dfa292 commit a116a50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/onboarding/onboarding-integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ import "./integration-badge";
import { onBoardingStyles } from "./styles";

const HIDDEN_DOMAINS = new Set([
"google_translate",
"hassio",
"met",
"radio_browser",
"rpi_power",
"shopping_list",
"sun",
"google_translate",
]);

@customElement("onboarding-integrations")
Expand Down

0 comments on commit a116a50

Please sign in to comment.