diff --git a/src/panels/config/entities/ha-config-entities.ts b/src/panels/config/entities/ha-config-entities.ts index 9479740dbb..5fb9d6bf9c 100644 --- a/src/panels/config/entities/ha-config-entities.ts +++ b/src/panels/config/entities/ha-config-entities.ts @@ -934,6 +934,7 @@ export class HaConfigEntities extends SubscribeMixin(LitElement) { this._showDisabled = true; this._showReadOnly = true; this._showUnavailable = true; + this._showHidden = true; } static get styles(): CSSResultGroup {