mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Hide shopping list from discovered onboarding integrations (#18069)
This commit is contained in:
parent
0dfa292c40
commit
a116a50604
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user