diff --git a/src/panels/config/network/ha-config-url-form.ts b/src/panels/config/network/ha-config-url-form.ts index f8af5f8781..e5fb9ef4e9 100644 --- a/src/panels/config/network/ha-config-url-form.ts +++ b/src/panels/config/network/ha-config-url-form.ts @@ -252,6 +252,8 @@ class ConfigUrlForm extends LitElement { this._cloudStatus = cloudStatus; if (cloudStatus.logged_in) { this._showCustomExternalUrl = this._externalUrlValue !== null; + } else { + this._showCustomExternalUrl = true; } }); } else {