mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Fixes for logbook card (#7645)
This commit is contained in:
parent
78f1bb3b91
commit
c97a3b0a56
@ -51,7 +51,7 @@ export class HuiLogbookCard extends LitElement implements LovelaceCard {
|
||||
);
|
||||
|
||||
return {
|
||||
entity: foundEntities,
|
||||
entities: foundEntities,
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user