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; let newEntries;
try { try {
newEntries = await Promise.all([ [newEntries] = await Promise.all([
getLogbookData( getLogbookData(
this.hass, this.hass,
lastDate.toISOString(), lastDate.toISOString(),