add HA Update
This commit is contained in:
6
dist/homeassistant.d.ts
vendored
6
dist/homeassistant.d.ts
vendored
@@ -28,4 +28,10 @@ export type API_HA_DeskPosition = {
|
||||
last_changed: string;
|
||||
last_changed_seconds: number;
|
||||
};
|
||||
export type HA_Update = {
|
||||
entity_id: string;
|
||||
state: string;
|
||||
attributes: unknown;
|
||||
timestamp: string;
|
||||
};
|
||||
//# sourceMappingURL=homeassistant.d.ts.map
|
||||
Reference in New Issue
Block a user