1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-01 13:14:35 +01:00
Files
core/homeassistant/components/bluetooth_tracker/manifest.json
T
2022-01-28 13:37:53 -08:00

10 lines
306 B
JSON

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