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": [
|
2024-10-05 23:51:53 +00:00
|
|
|
"bleak==0.22.3",
|
2024-10-05 23:21:39 +00:00
|
|
|
"bleak-retry-connector==3.6.0",
|
2024-11-18 17:56:33 +00:00
|
|
|
"bluetooth-adapters==0.20.2",
|
2024-04-25 20:37:38 +00:00
|
|
|
"bluetooth-auto-recovery==1.4.2",
|
2024-08-25 04:18:54 +00:00
|
|
|
"bluetooth-data-tools==1.20.0",
|
2024-10-05 22:22:42 +00:00
|
|
|
"dbus-fast==2.24.3",
|
2024-10-21 07:45:24 +00:00
|
|
|
"habluetooth==3.6.0"
|
2022-11-17 17:06:21 +00:00
|
|
|
]
|
2022-07-08 23:55:31 +00:00
|
|
|
}
|