core/homeassistant/components/bluetooth/manifest.json

19 lines
478 B
JSON

{
"domain": "bluetooth",
"name": "Bluetooth",
"documentation": "https://www.home-assistant.io/integrations/bluetooth",
"dependencies": ["usb"],
"after_dependencies": ["hassio"],
"quality_scale": "internal",
"requirements": [
"bleak==0.19.0",
"bleak-retry-connector==2.4.2",
"bluetooth-adapters==0.6.0",
"bluetooth-auto-recovery==0.3.6",
"dbus-fast==1.47.0"
],
"codeowners": ["@bdraco"],
"config_flow": true,
"iot_class": "local_push"
}