2022-12-14 10:23:36 +00:00
|
|
|
{ "id": "bthometemp",
|
|
|
|
"name": "BTHome Temperature and Pressure",
|
|
|
|
"shortName":"BTHome T",
|
2024-06-26 20:43:35 +00:00
|
|
|
"version":"0.03",
|
2024-02-05 11:02:19 +00:00
|
|
|
"description": "Displays temperature and pressure, and advertises them over bluetooth for Home Assistant using BTHome.io standard",
|
2022-12-14 10:23:36 +00:00
|
|
|
"icon": "app.png",
|
|
|
|
"tags": "bthome,bluetooth,temperature",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"bthometemp.app.js","url":"app.js"},
|
|
|
|
{"name":"bthometemp.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|