+ ${this.config.title ||
+ this.hass!.localize(
+ "ui.panel.lovelace.editor.header"
)}
-
- `
- : html`
${this.config.title}
`}
- ${!this.narrow
- ? html`
-
- `
- : ""}
- ${!this.narrow &&
- this._conversation(this.hass.config.components)
- ? html`
-
+
+