fix ha update ....... build
This commit is contained in:
8
dist/homeassistant.d.ts
vendored
8
dist/homeassistant.d.ts
vendored
@@ -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
|
||||
Reference in New Issue
Block a user