added host property for Automation

This commit is contained in:
Natan Keddem
2023-11-04 00:00:50 -04:00
parent f417cdae86
commit 78fbdf5007
+1
View File
@@ -13,6 +13,7 @@ class Automation:
id: str
app: str
hosts: List[str]
host: str
command: str
schedule_mode: str
triggers: Dict[str, str]