mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Merge pull request #13057 from home-assistant/hide-sun-onboarding
Do not show the sun during onboarding
This commit is contained in:
commit
6ca3f06ea0
@ -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