Fix logbook card (#9476)

This commit is contained in:
Bram Kragten 2021-06-29 18:32:51 +02:00 committed by GitHub
parent 0a50fc66e5
commit 13cab7e301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ export class HuiLogbookCard extends LitElement implements LovelaceCard {
let newEntries;
try {
newEntries = await Promise.all([
[newEntries] = await Promise.all([
getLogbookData(
this.hass,
lastDate.toISOString(),