We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514d125 commit e138fa0Copy full SHA for e138fa0
src/cache/fetch-states.ts
@@ -1,6 +1,5 @@
1
import { HomeAssistant } from "custom-card-helpers";
2
import {
3
- CachedEntity,
4
CachedStateEntity,
5
EntityIdAttrConfig,
6
EntityIdStateConfig,
src/cache/fetch-statistics.ts
@@ -1,10 +1,6 @@
import { Statistics, StatisticValue } from "../recorder-types";
-import {
- CachedStatisticsEntity,
- EntityIdStatisticsConfig,
7
-} from "../types";
+import { CachedStatisticsEntity, EntityIdStatisticsConfig } from "../types";
8
9
async function fetchStatistics(
10
hass: HomeAssistant,
0 commit comments