core/homeassistant/components/bluetooth/manifest.json

16 lines
381 B
JSON
Raw Normal View History

{
"domain": "bluetooth",
"name": "Bluetooth",
"documentation": "https://www.home-assistant.io/integrations/bluetooth",
"dependencies": ["usb"],
"quality_scale": "internal",
"requirements": [
"bleak==0.16.0",
"bluetooth-adapters==0.3.4",
"bluetooth-auto-recovery==0.3.1"
],
"codeowners": ["@bdraco"],
"config_flow": true,
"iot_class": "local_push"
}