fix ha update ....... build

This commit is contained in:
Darius
2026-02-08 14:48:58 +01:00
parent e32afa0f70
commit 78f5e4a313
2 changed files with 8 additions and 2 deletions

View File

@@ -31,7 +31,13 @@ export type API_HA_DeskPosition = {
export type HA_Update = {
entity_id: string;
state: string;
attributes: unknown;
attributes: {
state_class?: string;
unit_of_measurement?: string;
icon?: string;
friendly_name?: string;
[key: string]: unknown;
};
timestamp: string;
};
//# sourceMappingURL=homeassistant.d.ts.map