25 lines
609 B
JSON
25 lines
609 B
JSON
{
|
|
"domain": "bluetooth",
|
|
"name": "Bluetooth",
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["logger", "usb"],
|
|
"documentation": "https://www.home-assistant.io/integrations/bluetooth",
|
|
"iot_class": "local_push",
|
|
"loggers": [
|
|
"btsocket",
|
|
"bleak_retry_connector",
|
|
"bluetooth_adapters",
|
|
"bluetooth_auto_recovery"
|
|
],
|
|
"quality_scale": "internal",
|
|
"requirements": [
|
|
"bleak==0.20.2",
|
|
"bleak-retry-connector==3.1.1",
|
|
"bluetooth-adapters==0.16.0",
|
|
"bluetooth-auto-recovery==1.2.1",
|
|
"bluetooth-data-tools==1.8.0",
|
|
"dbus-fast==1.93.0"
|
|
]
|
|
}
|