core/homeassistant/components/bluetooth/manifest.json

26 lines
636 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-11-07 01:07:21 +00:00
"bleak==0.19.2",
"bleak-retry-connector==2.10.1",
"bluetooth-adapters==0.12.0",
"bluetooth-auto-recovery==0.5.5",
"bluetooth-data-tools==0.3.0",
"dbus-fast==1.80.0"
],
"codeowners": ["@bdraco"],
"config_flow": true,
"iot_class": "local_push",
"loggers": [
"btsocket",
"bleak_retry_connector",
"bluetooth_adapters",
"bluetooth_auto_recovery"
]
}