mirror of https://github.com/espruino/BangleApps
27 lines
659 B
JSON
27 lines
659 B
JSON
{
|
|
"id": "ha",
|
|
"name": "HomeAssistant",
|
|
"version": "0.07",
|
|
"description": "Integrates your BangleJS into HomeAssistant.",
|
|
"icon": "ha.png",
|
|
"type": "app",
|
|
"tags": "tool,clkinfo",
|
|
"readme": "README.md",
|
|
"supports": ["BANGLEJS2"],
|
|
"custom": "custom.html",
|
|
"screenshots": [
|
|
{"url":"screenshot.png"},
|
|
{"url":"screenshot_2.png"},
|
|
{"url":"screenshot_3.png"}
|
|
],
|
|
"data": [
|
|
{"name":"ha.trigger.json" }
|
|
],
|
|
"storage": [
|
|
{"name":"ha.app.js","url":"ha.app.js"},
|
|
{"name":"ha.lib.js","url":"ha.lib.js"},
|
|
{"name":"ha.clkinfo.js","url":"ha.clkinfo.js"},
|
|
{"name":"ha.img","url":"ha.icon.js","evaluate":true}
|
|
]
|
|
}
|