core/homeassistant/components/bluetooth_tracker/manifest.json

10 lines
306 B
JSON
Raw Normal View History

{
"domain": "bluetooth_tracker",
"name": "Bluetooth Tracker",
"documentation": "https://www.home-assistant.io/integrations/bluetooth_tracker",
2021-07-01 05:48:29 +00:00
"requirements": ["bt_proximity==0.2.1", "pybluez==0.22"],
"codeowners": [],
"iot_class": "local_polling",
"loggers": ["bluetooth", "bt_proximity"]
}