Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-18 01:09:00 +01:00
parent b47db3cf05
commit 1ab38c4c87
6 changed files with 13 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ export interface HomeAssistantDeskPositionResult {
raw: HomeAssistantEntity;
asBoolean: boolean;
asText: () => string;
standingTime: number;
}
export type API_HA_DeskPosition = {