2024-02-06 16:15:19 +00:00
|
|
|
{ "id": "bthome",
|
|
|
|
"name": "BTHome",
|
|
|
|
"shortName":"BTHome",
|
2024-07-03 18:16:25 +00:00
|
|
|
"version":"0.06",
|
2024-02-06 16:15:19 +00:00
|
|
|
"description": "Allow your Bangle to advertise with BTHome and send events to Home Assistant via Bluetooth",
|
|
|
|
"icon": "icon.png",
|
|
|
|
"type": "app",
|
|
|
|
"tags": "clkinfo,bthome,bluetooth",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
2024-02-06 16:51:04 +00:00
|
|
|
"dependencies": {"textinput":"type", "icons":"module"},
|
2024-02-06 16:15:19 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"bthome.img","url":"app-icon.js","evaluate":true},
|
|
|
|
{"name":"bthome.clkinfo.js","url":"clkinfo.js"},
|
|
|
|
{"name":"bthome.boot.js","url":"boot.js"},
|
|
|
|
{"name":"bthome.app.js","url":"app.js"},
|
|
|
|
{"name":"bthome.settings.js","url":"settings.js"}
|
|
|
|
],
|
|
|
|
"data":[{"name":"bthome.json"}]
|
|
|
|
}
|