From 04ef783f5b2c9c354d53cf1b3a27376f8c0a67cf Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Mon, 5 Dec 2022 12:49:21 +0100 Subject: [PATCH] Fix adjust statistic parameter name (#14552) --- src/data/recorder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/recorder.ts b/src/data/recorder.ts index 510212c1e8..1f12f5e9e2 100644 --- a/src/data/recorder.ts +++ b/src/data/recorder.ts @@ -267,7 +267,7 @@ export const adjustStatisticsSum = ( return hass.callWS({ type: "recorder/adjust_sum_statistics", statistic_id, - start_time_iso, + start_time: start_time_iso, adjustment, adjustment_unit_of_measurement, });