mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +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(
|
private _shouldShowEntityByLargerSelection(
|
||||||
entity: EntityRegistryEntry
|
entity: EntityRegistryEntry
|
||||||
): boolean {
|
): boolean {
|
||||||
return (
|
return entity.entity_category === null;
|
||||||
entity.entity_category === null || entity.entity_category === "config"
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private async _getHistory() {
|
private async _getHistory() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user