Remove config Path from about (#13049)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Zack Barett 2022-07-05 04:41:40 -05:00 committed by GitHub
parent 4148b8c7aa
commit b70eee77ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 15 deletions

View File

@ -165,13 +165,6 @@ class HaConfigInfo extends LitElement {
` `
)} )}
</mwc-list> </mwc-list>
<p class="config-path">
${this.hass.localize(
"ui.panel.config.info.path_configuration",
"path",
hass.config.config_dir
)}
</p>
${!customUiList.length ${!customUiList.length
? "" ? ""
: html` : html`
@ -202,7 +195,7 @@ class HaConfigInfo extends LitElement {
if (((window as any).CUSTOM_UI_LIST || []).length !== customUI.length) { if (((window as any).CUSTOM_UI_LIST || []).length !== customUI.length) {
this.requestUpdate(); this.requestUpdate();
} }
}, 1000); }, 2000);
if (isComponentLoaded(this.hass, "hassio")) { if (isComponentLoaded(this.hass, "hassio")) {
this._loadSupervisorInfo(); this._loadSupervisorInfo();
@ -291,12 +284,6 @@ class HaConfigInfo extends LitElement {
} }
} }
.config-path {
color: var(--secondary-text-color);
text-align: center;
font-style: italic;
}
.custom-ui { .custom-ui {
color: var(--secondary-text-color); color: var(--secondary-text-color);
text-align: center; text-align: center;

View File

@ -1593,7 +1593,6 @@
"copy_github": "For GitHub", "copy_github": "For GitHub",
"description": "Version, loaded integrations and links to documentation", "description": "Version, loaded integrations and links to documentation",
"home_assistant_logo": "Home Assistant logo", "home_assistant_logo": "Home Assistant logo",
"path_configuration": "Path to configuration.yaml: {path}",
"developed_by": "Developed by a bunch of awesome people.", "developed_by": "Developed by a bunch of awesome people.",
"license": "Published under the Apache 2.0 license", "license": "Published under the Apache 2.0 license",
"source": "Source:", "source": "Source:",