From b70eee77ef58b010fba91520b07c27c1c84bc74d Mon Sep 17 00:00:00 2001 From: Zack Barett Date: Tue, 5 Jul 2022 04:41:40 -0500 Subject: [PATCH] Remove config Path from about (#13049) Co-authored-by: Bram Kragten --- src/panels/config/info/ha-config-info.ts | 15 +-------------- src/translations/en.json | 1 - 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/src/panels/config/info/ha-config-info.ts b/src/panels/config/info/ha-config-info.ts index 459531f6f1..3c87a70dd7 100644 --- a/src/panels/config/info/ha-config-info.ts +++ b/src/panels/config/info/ha-config-info.ts @@ -165,13 +165,6 @@ class HaConfigInfo extends LitElement { ` )} -

- ${this.hass.localize( - "ui.panel.config.info.path_configuration", - "path", - hass.config.config_dir - )} -

${!customUiList.length ? "" : html` @@ -202,7 +195,7 @@ class HaConfigInfo extends LitElement { if (((window as any).CUSTOM_UI_LIST || []).length !== customUI.length) { this.requestUpdate(); } - }, 1000); + }, 2000); if (isComponentLoaded(this.hass, "hassio")) { 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 { color: var(--secondary-text-color); text-align: center; diff --git a/src/translations/en.json b/src/translations/en.json index 9f10b0d264..bfe9582b37 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1593,7 +1593,6 @@ "copy_github": "For GitHub", "description": "Version, loaded integrations and links to documentation", "home_assistant_logo": "Home Assistant logo", - "path_configuration": "Path to configuration.yaml: {path}", "developed_by": "Developed by a bunch of awesome people.", "license": "Published under the Apache 2.0 license", "source": "Source:",