mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46:35 +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;
|
this._cloudStatus = cloudStatus;
|
||||||
if (cloudStatus.logged_in) {
|
if (cloudStatus.logged_in) {
|
||||||
this._showCustomExternalUrl = this._externalUrlValue !== null;
|
this._showCustomExternalUrl = this._externalUrlValue !== null;
|
||||||
|
} else {
|
||||||
|
this._showCustomExternalUrl = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user