changing types

This commit is contained in:
Darius
2026-02-06 21:37:57 +01:00
parent 7d96b3a82e
commit 493739238e
3 changed files with 1 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ export type HomeAssistantEntity = {
export interface HomeAssistantDeskPositionResult {
raw: HomeAssistantEntity;
as_boolean: boolean;
as_text: () => string;
last_changed: TimeBetween;
}