mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix adjust statistic parameter name (#14552)
This commit is contained in:
parent
340449d064
commit
04ef783f5b
@ -267,7 +267,7 @@ export const adjustStatisticsSum = (
|
|||||||
return hass.callWS({
|
return hass.callWS({
|
||||||
type: "recorder/adjust_sum_statistics",
|
type: "recorder/adjust_sum_statistics",
|
||||||
statistic_id,
|
statistic_id,
|
||||||
start_time_iso,
|
start_time: start_time_iso,
|
||||||
adjustment,
|
adjustment,
|
||||||
adjustment_unit_of_measurement,
|
adjustment_unit_of_measurement,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user