From c97a3b0a568aa601fe3bfa41686d1e1df511ec08 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 11 Nov 2020 13:08:03 +0100 Subject: [PATCH] Fixes for logbook card (#7645) --- src/panels/lovelace/cards/hui-logbook-card.ts | 2 +- src/translations/en.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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."