core/homeassistant/components/bluetooth/manifest.json

26 lines
626 B
JSON
Raw Normal View History

{
"domain": "bluetooth",
"name": "Bluetooth",
"codeowners": ["@bdraco"],
"config_flow": true,
"dependencies": ["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": [
2024-06-24 16:32:32 +00:00
"bleak==0.22.2",
"bleak-retry-connector==3.5.0",
"bluetooth-adapters==0.19.4",
"bluetooth-auto-recovery==1.4.2",
"bluetooth-data-tools==1.19.4",
2024-08-22 05:48:25 +00:00
"dbus-fast==2.23.0",
2024-08-20 17:50:37 +00:00
"habluetooth==3.3.2"
]
}