#698 homeassistant widget (#1658)

This commit is contained in:
Manuel
2023-11-23 21:44:05 +01:00
committed by GitHub
parent 7f46fafbb9
commit 312e2c8297
13 changed files with 261 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
{
"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."
},
"displayName": {
"label": "Display name"
}
}
}
}