clean dist

This commit is contained in:
Darius
2025-11-18 21:55:34 +01:00
parent 7659fa0cf4
commit 07b067279e
14 changed files with 502 additions and 146 deletions

View File

@@ -1,4 +1,4 @@
import { TimeBetween } from "./timehelper";
import type { TimeBetween } from "./timehelper";
export type HomeAssistantEntity = {
entity_id: string;
state: string;