Generic Commit; Most likely a fix or small feature
This commit is contained in:
3
dist/homeassistant.d.ts
vendored
3
dist/homeassistant.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user