2022-06-20 08:25:57 +00:00
|
|
|
{
|
2022-06-20 11:36:49 +00:00
|
|
|
"id": "ha",
|
2023-01-10 12:45:14 +00:00
|
|
|
"name": "Home Assistant",
|
2023-01-10 18:54:50 +00:00
|
|
|
"version": "0.09",
|
2023-01-10 12:45:14 +00:00
|
|
|
"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",
|
2023-01-10 18:54:50 +00:00
|
|
|
"tags": "tool,clkinfo,bluetooth",
|
2022-06-20 08:25:57 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"supports": ["BANGLEJS2"],
|
2023-01-10 18:54:50 +00:00
|
|
|
"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
|
|
|
]
|
|
|
|
}
|