16 lines
381 B
JSON
16 lines
381 B
JSON
{
|
|
"domain": "bluetooth",
|
|
"name": "Bluetooth",
|
|
"documentation": "https://www.home-assistant.io/integrations/bluetooth",
|
|
"dependencies": ["usb"],
|
|
"quality_scale": "internal",
|
|
"requirements": [
|
|
"bleak==0.15.1",
|
|
"bluetooth-adapters==0.2.0",
|
|
"bluetooth-auto-recovery==0.2.2"
|
|
],
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"iot_class": "local_push"
|
|
}
|