From 03d03f99038a673271124caacbcdd89c7464ba97 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 27 Oct 2022 22:02:28 +0200 Subject: [PATCH] 5 minute more info stats (#14221) --- src/dialogs/more-info/ha-more-info-history.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs/more-info/ha-more-info-history.ts b/src/dialogs/more-info/ha-more-info-history.ts index 679d0914a1..0177ca9eb9 100644 --- a/src/dialogs/more-info/ha-more-info-history.ts +++ b/src/dialogs/more-info/ha-more-info-history.ts @@ -123,7 +123,7 @@ export class MoreInfoHistory extends LitElement { subHours(new Date(), 24), undefined, [this.entityId], - "hour" + "5minute" ); return; }