2022-07-08 23:55:31 +00:00
|
|
|
{
|
|
|
|
"domain": "bluetooth",
|
|
|
|
"name": "Bluetooth",
|
|
|
|
"codeowners": ["@bdraco"],
|
2022-07-22 18:19:53 +00:00
|
|
|
"config_flow": true,
|
2023-09-27 05:06:14 +00:00
|
|
|
"dependencies": ["usb"],
|
2023-02-08 19:29:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/bluetooth",
|
2022-11-17 17:06:21 +00:00
|
|
|
"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-09-09 00:39:30 +00:00
|
|
|
"bleak==0.21.1",
|
2023-10-26 03:23:06 +00:00
|
|
|
"bleak-retry-connector==3.3.0",
|
2023-09-08 11:25:25 +00:00
|
|
|
"bluetooth-adapters==0.16.1",
|
2023-09-09 17:23:15 +00:00
|
|
|
"bluetooth-auto-recovery==1.2.3",
|
2023-12-14 15:12:52 +00:00
|
|
|
"bluetooth-data-tools==1.18.0",
|
2023-12-12 17:55:12 +00:00
|
|
|
"dbus-fast==2.21.0",
|
2023-12-13 08:17:48 +00:00
|
|
|
"habluetooth==1.0.0"
|
2022-11-17 17:06:21 +00:00
|
|
|
]
|
2022-07-08 23:55:31 +00:00
|
|
|
}
|