Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-18 01:10:18 +01:00
parent 59900bf294
commit dfa93723ef
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
import { TimeBetween } from "./timehelper";
export type HomeAssistantEntity = {
entity_id: string;
state: string;
@@ -21,7 +22,7 @@ export interface HomeAssistantDeskPositionResult {
raw: HomeAssistantEntity;
asBoolean: boolean;
asText: () => string;
standingTime: number;
standingTime: TimeBetween;
}
export type API_HA_DeskPosition = {
position: string;