mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
Activate all entities config filters when clicking clear filter (#14225)
This commit is contained in:
parent
43755deb39
commit
3356d559c9
@ -934,6 +934,7 @@ export class HaConfigEntities extends SubscribeMixin(LitElement) {
|
|||||||
this._showDisabled = true;
|
this._showDisabled = true;
|
||||||
this._showReadOnly = true;
|
this._showReadOnly = true;
|
||||||
this._showUnavailable = true;
|
this._showUnavailable = true;
|
||||||
|
this._showHidden = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user