mirror of https://github.com/home-assistant/core
11 lines
335 B
JSON
11 lines
335 B
JSON
{
|
|
"domain": "bluetooth_tracker",
|
|
"name": "Bluetooth Tracker",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/bluetooth_tracker",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["bluetooth", "bt_proximity"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["bt-proximity==0.2.1", "PyBluez==0.22"]
|
|
}
|