feature: trigger automations (#1799)

This commit is contained in:
Manuel
2024-01-11 17:49:27 +01:00
committed by GitHub
parent 6d6750c665
commit 35e8c76120
8 changed files with 195 additions and 18 deletions

View File

@@ -0,0 +1,16 @@
{
"descriptor": {
"name": "Home Assistant automation",
"description": "Execute an automation",
"settings": {
"title": "Execute an automation",
"automationId": {
"label": "Automation ID",
"info": "Your unique automation ID. Always starts with automation.XXXXX."
},
"displayName": {
"label": "Display name"
}
}
}
}