diff --git a/src/panels/history/ha-panel-history.ts b/src/panels/history/ha-panel-history.ts index 7523135cbd..50b037dc9c 100644 --- a/src/panels/history/ha-panel-history.ts +++ b/src/panels/history/ha-panel-history.ts @@ -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() {