Skip to content

Commit

Permalink
remove advanced flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MindFreeze committed Oct 28, 2024
1 parent 8849022 commit c36bc32
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/panels/config/network/ha-config-url-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ class ConfigUrlForm extends LitElement {
);
const disabled = this._working || !canEdit;

if (
!this.hass.userData?.showAdvanced ||
this._cloudStatus === undefined ||
this._urls === undefined
) {
if (this._cloudStatus === undefined || this._urls === undefined) {
return nothing;
}

Expand Down

0 comments on commit c36bc32

Please sign in to comment.