+ ${!canEdit
+ ? html`
+
+ ${this.hass.localize(
+ "ui.panel.config.core.section.core.core_config.edit_requires_storage"
+ )}
+
+ `
+ : ""}
+ ${this._error ? html`
${this._error}
` : ""}
+
+
+ ${this.hass.localize(
+ "ui.panel.config.core.section.core.core_config.external_url"
+ )}
+
+
+
+
+
+
+
+
+ ${this.hass.localize(
+ "ui.panel.config.core.section.core.core_config.internal_url"
+ )}
+
+
+
+
+
+