core/homeassistant/components/bluetooth/manifest.json

16 lines
391 B
JSON
Raw Normal View History

{
"domain": "bluetooth",
"name": "Bluetooth",
"documentation": "https://www.home-assistant.io/integrations/bluetooth",
"dependencies": ["websocket_api"],
"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"
}