mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
Add UI for the script and automation modes (#6367)
This commit is contained in:
@@ -16,6 +16,8 @@ export interface ScriptEntity extends HassEntityBase {
|
||||
export interface ScriptConfig {
|
||||
alias: string;
|
||||
sequence: Action[];
|
||||
mode?: "single" | "restart" | "queued" | "parallel";
|
||||
max?: number;
|
||||
}
|
||||
|
||||
export interface EventAction {
|
||||
|
||||
Reference in New Issue
Block a user