BangleApps/apps/ha/metadata.json

24 lines
555 B
JSON
Raw Normal View History

2022-06-20 08:25:57 +00:00
{
2022-06-20 11:36:49 +00:00
"id": "ha",
2022-06-20 08:25:57 +00:00
"name": "HomeAssistant",
"version": "0.01",
2022-06-23 18:26:25 +00:00
"description": "Integrates your BangleJS into HomeAssistant.",
2022-06-20 11:36:49 +00:00
"icon": "ha.png",
2022-06-20 08:25:57 +00:00
"type": "app",
"tags": "tool",
"readme": "README.md",
"supports": ["BANGLEJS2"],
2022-06-23 18:23:30 +00:00
"custom": "trigger.html",
2022-06-20 08:25:57 +00:00
"screenshots": [
2022-06-23 18:06:53 +00:00
{"url":"screenshot.png"}],
2022-06-24 07:29:49 +00:00
{"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"},
{"name":"ha.img","url":"ha.icon.js","evaluate":true}
2022-06-20 08:25:57 +00:00
]
}