Fixes for logbook card (#7645)

This commit is contained in:
Bram Kragten 2020-11-11 13:08:03 +01:00 committed by GitHub
parent 78f1bb3b91
commit c97a3b0a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export class HuiLogbookCard extends LitElement implements LovelaceCard {
);
return {
entity: foundEntities,
entities: foundEntities,
};
}

View File

@ -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."