mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Do not show the sun during onboarding
This commit is contained in:
parent
5a68e2c977
commit
198e2b7bdf
@ -30,7 +30,13 @@ import { HomeAssistant } from "../types";
|
|||||||
import "./action-badge";
|
import "./action-badge";
|
||||||
import "./integration-badge";
|
import "./integration-badge";
|
||||||
|
|
||||||
const HIDDEN_DOMAINS = new Set(["hassio", "met", "radio_browser", "rpi_power"]);
|
const HIDDEN_DOMAINS = new Set([
|
||||||
|
"hassio",
|
||||||
|
"met",
|
||||||
|
"radio_browser",
|
||||||
|
"rpi_power",
|
||||||
|
"sun",
|
||||||
|
]);
|
||||||
|
|
||||||
@customElement("onboarding-integrations")
|
@customElement("onboarding-integrations")
|
||||||
class OnboardingIntegrations extends LitElement {
|
class OnboardingIntegrations extends LitElement {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user