-
- ${this.hass.localize("ui.panel.config.header")}
-
-
-
- ${this.hass.localize("ui.panel.config.introduction")}
-
-
- ${this.cloudStatus && isComponentLoaded(this.hass, "cloud")
- ? html`
-
-
-
- `
- : ""}
- ${Object.values(configSections).map(
- (section) => html`
-
-
-
- `
- )}
- ${isComponentLoaded(this.hass, "zha")
- ? html`
-
- `
- : ""}
- ${isComponentLoaded(this.hass, "zwave")
- ? html`
-
- `
- : ""}
- ${!this.showAdvanced
- ? html`
-
- `
- : ""}
-
+ ${content}