mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-26 06:17:20 +00:00
Fix for external url not logged into cloud (#12516)
This commit is contained in:
parent
98cc82db44
commit
c8b87b65bd
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user