core/homeassistant/components/bluetooth/manifest.json

19 lines
478 B
JSON
Raw Normal View History

{
"domain": "bluetooth",
"name": "Bluetooth",
"documentation": "https://www.home-assistant.io/integrations/bluetooth",
"dependencies": ["usb"],
"after_dependencies": ["hassio"],
"quality_scale": "internal",
"requirements": [
2022-10-15 17:57:23 +00:00
"bleak==0.19.0",
"bleak-retry-connector==2.3.1",
2022-10-03 01:12:14 +00:00
"bluetooth-adapters==0.6.0",
"bluetooth-auto-recovery==0.3.4",
2022-10-19 21:52:19 +00:00
"dbus-fast==1.47.0"
],
"codeowners": ["@bdraco"],
"config_flow": true,
"iot_class": "local_push"
}