feature: trigger automations (#1799)
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
"label": "Entity ID",
|
||||
"info": "Unique entity ID in Home Assistant. Copy by clicking on entity > Click on cog icon > Click on copy button at 'Entity ID'. Some custom entities may not be supported."
|
||||
},
|
||||
"automationId": {
|
||||
"label": "Optional automation ID",
|
||||
"info": "Your unique automation ID. Always starts with automation.XXXXX. If not set, widget will not be clickable and only display state. After click, entity state will be refreshed."
|
||||
},
|
||||
"displayName": {
|
||||
"label": "Display name"
|
||||
}
|
||||
|
||||
16
public/locales/en/modules/smart-home/trigger-automation.json
Normal file
16
public/locales/en/modules/smart-home/trigger-automation.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user