diff --git a/src/panels/lovelace/cards/hui-logbook-card.ts b/src/panels/lovelace/cards/hui-logbook-card.ts index 0a993cfa09..96c0b0b1d9 100644 --- a/src/panels/lovelace/cards/hui-logbook-card.ts +++ b/src/panels/lovelace/cards/hui-logbook-card.ts @@ -51,7 +51,7 @@ export class HuiLogbookCard extends LitElement implements LovelaceCard { ); return { - entity: foundEntities, + entities: foundEntities, }; } diff --git a/src/translations/en.json b/src/translations/en.json index b56560eeaf..812932b87c 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2573,6 +2573,10 @@ "name": "Grid", "description": "The Grid card allows you to show multiple cards in a grid." }, + "logbook": { + "name": "Logbook", + "description": "The Logbook card shows a list of events for entities." + }, "history-graph": { "name": "History Graph", "description": "The History Graph card allows you to display a graph for each of the entities listed."