mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +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 "./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")
|
||||
class OnboardingIntegrations extends LitElement {
|
||||
|
Loading…
x
Reference in New Issue
Block a user