diff --git a/src/panels/config/core/ha-config-url-form.ts b/src/panels/config/core/ha-config-url-form.ts index e74546ce7b..80830d6c7a 100644 --- a/src/panels/config/core/ha-config-url-form.ts +++ b/src/panels/config/core/ha-config-url-form.ts @@ -246,8 +246,8 @@ class ConfigUrlForm extends LitElement { if (isComponentLoaded(this.hass, "cloud")) { fetchCloudStatus(this.hass).then((cloudStatus) => { + this._cloudStatus = cloudStatus; if (cloudStatus.logged_in) { - this._cloudStatus = cloudStatus; this._showCustomExternalUrl = this._externalUrlValue !== null; } });