mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-07 03:14:00 +00:00
Allow unhiding entity hidden by integration (#19753)
This commit is contained in:
@@ -939,9 +939,7 @@ export class EntityRegistrySettingsEditor extends LitElement {
|
||||
>
|
||||
<ha-switch
|
||||
.checked=${!this._disabledBy && !this._hiddenBy}
|
||||
.disabled=${this.disabled ||
|
||||
this._disabledBy ||
|
||||
(this._hiddenBy && this._hiddenBy !== "user")}
|
||||
.disabled=${this.disabled || this._disabledBy}
|
||||
@change=${this._hiddenChanged}
|
||||
></ha-switch>
|
||||
</ha-settings-row>
|
||||
|
||||
Reference in New Issue
Block a user