mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add child_id to call service result in trace (#8728)
This commit is contained in:
parent
c07b1194b3
commit
1865e0661f
@ -24,6 +24,11 @@ export interface CallServiceActionTrace extends BaseTrace {
|
|||||||
running_script: boolean;
|
running_script: boolean;
|
||||||
params: Record<string, unknown>;
|
params: Record<string, unknown>;
|
||||||
};
|
};
|
||||||
|
child_id?: {
|
||||||
|
domain: string;
|
||||||
|
item_id: string;
|
||||||
|
run_id: string;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ChooseActionTrace extends BaseTrace {
|
export interface ChooseActionTrace extends BaseTrace {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user