mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-16 16:32:09 +00:00
Move recorder statistics API to data/recorder.ts (#13672)
* Move recorder statistics API to data/recorder.ts * Fix import * prettier
This commit is contained in:
@ -6,7 +6,7 @@ import {
|
||||
endOfDay,
|
||||
} from "date-fns/esm";
|
||||
import { HassEntity } from "home-assistant-js-websocket";
|
||||
import { StatisticValue } from "../../../src/data/history";
|
||||
import { StatisticValue } from "../../../src/data/recorder";
|
||||
import { MockHomeAssistant } from "../../../src/fake_data/provide_hass";
|
||||
|
||||
interface HistoryQueryParams {
|
||||
|
Reference in New Issue
Block a user