mirror of https://github.com/espruino/BangleApps
27 lines
716 B
JSON
27 lines
716 B
JSON
{
|
|
"id": "ha",
|
|
"name": "Home Assistant",
|
|
"version": "0.12",
|
|
"description": "Integrates your Bangle.js into Home Assistant using Android Integration/Gadgetbridge",
|
|
"icon": "ha.png",
|
|
"type": "app",
|
|
"tags": "tool,clkinfo,bluetooth",
|
|
"readme": "README.md",
|
|
"supports": ["BANGLEJS2"],
|
|
"interface": "interface.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}
|
|
]
|
|
}
|