From 6f67da09c05bacb770f245be8611e881ca8467d1 Mon Sep 17 00:00:00 2001 From: Zack Barett Date: Tue, 17 May 2022 05:14:43 -0500 Subject: [PATCH] Show manage cloud link to config (#12673) --- src/panels/config/network/ha-config-url-form.ts | 11 ++++++++++- src/translations/en.json | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/panels/config/network/ha-config-url-form.ts b/src/panels/config/network/ha-config-url-form.ts index e5fb9ef4e9..b4938cc764 100644 --- a/src/panels/config/network/ha-config-url-form.ts +++ b/src/panels/config/network/ha-config-url-form.ts @@ -154,7 +154,16 @@ class ConfigUrlForm extends LitElement { ${!this._showCustomExternalUrl && hasCloud ? html` ${remoteEnabled - ? "" + ? html` +
+
+ ${this.hass.localize( + "ui.panel.config.url.manage_ha_cloud" + )} +
+ ` : html` ${this.hass.localize( diff --git a/src/translations/en.json b/src/translations/en.json index afcc88b7f9..33358a964b 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1529,6 +1529,7 @@ "internal_url_label": "Local Network", "external_url_label": "Internet", "external_use_ha_cloud": "Use Home Assistant Cloud", + "manage_ha_cloud": "Manage Home Assistant Cloud", "external_get_ha_cloud": "Access from anywhere, add Google & Alexa easily", "ha_cloud_remote_not_enabled": "Your Home Assistant Cloud remote connection is currently not enabled.", "enable_remote": "[%key:ui::common::enable%]",