BangleApps/apps/ha/metadata.json

27 lines
678 B
JSON
Raw Normal View History

2022-06-20 08:25:57 +00:00
{
2022-06-20 11:36:49 +00:00
"id": "ha",
"name": "Home Assistant",
"version": "0.09",
"description": "Integrates your Bangle.js into Home Assistant.",
2022-06-20 11:36:49 +00:00
"icon": "ha.png",
2022-06-20 08:25:57 +00:00
"type": "app",
"tags": "tool,clkinfo,bluetooth",
2022-06-20 08:25:57 +00:00
"readme": "README.md",
"supports": ["BANGLEJS2"],
"interface": "interface.html",
2022-06-20 08:25:57 +00:00
"screenshots": [
2022-06-24 07:33:02 +00:00
{"url":"screenshot.png"},
{"url":"screenshot_2.png"},
{"url":"screenshot_3.png"}
],
2022-06-23 18:06:53 +00:00
"data": [
2022-06-24 07:29:49 +00:00
{"name":"ha.trigger.json" }
2022-06-23 18:06:53 +00:00
],
2022-06-20 08:25:57 +00:00
"storage": [
2022-06-20 11:36:49 +00:00
{"name":"ha.app.js","url":"ha.app.js"},
2022-06-27 14:36:26 +00:00
{"name":"ha.lib.js","url":"ha.lib.js"},
2022-09-19 15:23:37 +00:00
{"name":"ha.clkinfo.js","url":"ha.clkinfo.js"},
2022-06-20 11:36:49 +00:00
{"name":"ha.img","url":"ha.icon.js","evaluate":true}
2022-06-20 08:25:57 +00:00
]
}