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]