From 78fbdf50071bd7812029f38013d4bd305da55709 Mon Sep 17 00:00:00 2001 From: Natan Keddem Date: Sat, 4 Nov 2023 00:00:50 -0400 Subject: [PATCH] added host property for Automation --- bale/scheduler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bale/scheduler.py b/bale/scheduler.py index 285fdc8..ee32273 100644 --- a/bale/scheduler.py +++ b/bale/scheduler.py @@ -13,6 +13,7 @@ class Automation: id: str app: str hosts: List[str] + host: str command: str schedule_mode: str triggers: Dict[str, str]