core/homeassistant/components/bluetooth/manifest.json

27 lines
646 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",
2025-01-20 07:01:44 +00:00
"bluetooth_auto_recovery",
"habluetooth"
2023-02-08 19:29:44 +00:00
],
"quality_scale": "internal",
"requirements": [
2024-10-05 23:51:53 +00:00
"bleak==0.22.3",
"bleak-retry-connector==3.8.0",
"bluetooth-adapters==0.21.1",
"bluetooth-auto-recovery==1.4.2",
"bluetooth-data-tools==1.22.0",
"dbus-fast==2.30.4",
2025-02-01 21:56:28 +00:00
"habluetooth==3.21.0"
]
}