mirror of
https://github.com/home-assistant/core.git
synced 2026-02-26 12:55:16 +00:00
27 lines
642 B
JSON
27 lines
642 B
JSON
{
|
|
"domain": "bluetooth",
|
|
"name": "Bluetooth",
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["usb"],
|
|
"documentation": "https://www.home-assistant.io/integrations/bluetooth",
|
|
"iot_class": "local_push",
|
|
"loggers": [
|
|
"btsocket",
|
|
"bleak_retry_connector",
|
|
"bluetooth_adapters",
|
|
"bluetooth_auto_recovery",
|
|
"habluetooth"
|
|
],
|
|
"quality_scale": "internal",
|
|
"requirements": [
|
|
"bleak==2.1.1",
|
|
"bleak-retry-connector==4.4.3",
|
|
"bluetooth-adapters==2.1.0",
|
|
"bluetooth-auto-recovery==1.5.3",
|
|
"bluetooth-data-tools==1.28.4",
|
|
"dbus-fast==3.1.2",
|
|
"habluetooth==5.8.0"
|
|
]
|
|
}
|