mirror of
https://github.com/elisspace/core.git
synced 2026-09-26 12:37:12 +00:00
* Updated bt_proximity dependency * Closed bluetooth socket after RSSI request * Updated bt_proximity requirement in manifest
12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"domain": "bluetooth_tracker",
|
|
"name": "Bluetooth tracker",
|
|
"documentation": "https://www.home-assistant.io/components/bluetooth_tracker",
|
|
"requirements": [
|
|
"bt_proximity==0.2",
|
|
"pybluez==0.22"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": []
|
|
}
|