mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-13 04:50:29 +00:00
Improve ensureArray and use it in tracing (#8785)
* Improve ensureArray and use it in tracing * Fix typing Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
@@ -77,7 +77,7 @@ export interface WaitAction {
|
||||
|
||||
export interface WaitForTriggerAction {
|
||||
alias?: string;
|
||||
wait_for_trigger: Trigger[];
|
||||
wait_for_trigger: Trigger | Trigger[];
|
||||
timeout?: number;
|
||||
continue_on_timeout?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user