mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +00:00
Show manage cloud link to config (#12673)
This commit is contained in:
parent
ba27c184f6
commit
6f67da09c0
@ -154,7 +154,16 @@ class ConfigUrlForm extends LitElement {
|
||||
${!this._showCustomExternalUrl && hasCloud
|
||||
? html`
|
||||
${remoteEnabled
|
||||
? ""
|
||||
? html`
|
||||
<div class="row">
|
||||
<div class="flex"></div>
|
||||
<a href="/config/cloud"
|
||||
>${this.hass.localize(
|
||||
"ui.panel.config.url.manage_ha_cloud"
|
||||
)}</a
|
||||
>
|
||||
</div>
|
||||
`
|
||||
: html`
|
||||
<ha-alert alert-type="error">
|
||||
${this.hass.localize(
|
||||
|
@ -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%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user