mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 04:36:36 +00:00
Only show nested entities with a null category
This commit is contained in:
parent
8ac6ae1187
commit
8940397b23
@ -316,9 +316,7 @@ class HaPanelHistory extends SubscribeMixin(LitElement) {
|
||||
private _shouldShowEntityByLargerSelection(
|
||||
entity: EntityRegistryEntry
|
||||
): boolean {
|
||||
return (
|
||||
entity.entity_category === null || entity.entity_category === "config"
|
||||
);
|
||||
return entity.entity_category === null;
|
||||
}
|
||||
|
||||
private async _getHistory() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user