21 lines
901 B
JSON
21 lines
901 B
JSON
{
|
|
"entityNotFound": "Entity not found",
|
|
"descriptor": {
|
|
"name": "Home Assistant entity",
|
|
"description": "Current state of an entity in Home Assistant",
|
|
"settings": {
|
|
"title": "Entity state",
|
|
"entityId": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
} |