mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Allow unhiding entity hidden by integration (#19753)
This commit is contained in:
parent
b360c854a8
commit
a6d73f7615
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user