mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-07 03:14:00 +00:00
Activate all entities config filters when clicking clear filter (#14225)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user