core/homeassistant/components/bluetooth/manifest.json

25 lines
609 B
JSON
Raw Normal View History

{
"domain": "bluetooth",
"name": "Bluetooth",
"codeowners": ["@bdraco"],
"config_flow": true,
"dependencies": ["logger", "usb"],
2023-02-08 19:29:44 +00:00
"documentation": "https://www.home-assistant.io/integrations/bluetooth",
"iot_class": "local_push",
"loggers": [
"btsocket",
"bleak_retry_connector",
"bluetooth_adapters",
"bluetooth_auto_recovery"
2023-02-08 19:29:44 +00:00
],
"quality_scale": "internal",
"requirements": [
2023-04-30 15:07:00 +00:00
"bleak==0.20.2",
"bleak-retry-connector==3.1.0",
"bluetooth-adapters==0.16.0",
"bluetooth-auto-recovery==1.2.1",
"bluetooth-data-tools==1.6.0",
2023-05-04 10:24:26 +00:00
"dbus-fast==1.86.0"
]
}