2024-01-13 06:12:01 +00:00
|
|
|
{
|
|
|
|
"id": "hadash",
|
|
|
|
"name": "Home-Assistant Dashboard",
|
|
|
|
"shortName":"HA-Dash",
|
2024-10-01 11:59:13 +00:00
|
|
|
"version":"1.01",
|
2024-01-13 06:12:01 +00:00
|
|
|
"description": "Interact with Home-Assistant (query states, call services)",
|
|
|
|
"icon": "hadash.png",
|
|
|
|
"screenshots": [{ "url": "screenshot.png" }],
|
|
|
|
"type": "app",
|
|
|
|
"tags": "tool,online",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"dependencies": { "textinput": "type" },
|
|
|
|
"readme": "README.md",
|
|
|
|
"interface": "interface.html",
|
|
|
|
"storage": [
|
|
|
|
{ "name":"hadash.app.js", "url":"hadash.app.js" },
|
|
|
|
{ "name":"hadash.img", "url":"hadash-icon.js", "evaluate":true }
|
|
|
|
],
|
|
|
|
"data": [{ "name":"hadash.json" }]
|
|
|
|
}
|