Automation editor tweaks (#19225)

* Automation editor tweaks

* fix styling
This commit is contained in:
Bram Kragten
2024-01-02 13:36:06 +01:00
committed by GitHub
parent c650e23432
commit 52fcf64cfd
6 changed files with 108 additions and 42 deletions

View File

@@ -6,6 +6,7 @@ export interface AddAutomationElementDialogParams {
type: "trigger" | "condition" | "action";
add: (key: string) => void;
clipboardItem: string | undefined;
root?: boolean;
group?: string;
}
const loadDialog = () => import("./add-automation-element-dialog");