Activate all entities config filters when clicking clear filter (#14225)

This commit is contained in:
Paul Bottein
2022-10-31 15:44:08 +01:00
committed by GitHub
parent 43755deb39
commit 3356d559c9

View File

@@ -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 {