2022-07-08 23:55:31 +00:00
|
|
|
{
|
|
|
|
"domain": "bluetooth",
|
|
|
|
"name": "Bluetooth",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/bluetooth",
|
2022-08-23 01:45:08 +00:00
|
|
|
"dependencies": ["usb"],
|
2022-09-20 01:02:13 +00:00
|
|
|
"after_dependencies": ["hassio"],
|
2022-07-08 23:55:31 +00:00
|
|
|
"quality_scale": "internal",
|
2022-08-20 21:58:14 +00:00
|
|
|
"requirements": [
|
2022-11-07 01:07:21 +00:00
|
|
|
"bleak==0.19.2",
|
2022-12-06 03:34:21 +00:00
|
|
|
"bleak-retry-connector==2.10.1",
|
|
|
|
"bluetooth-adapters==0.12.0",
|
2022-12-09 01:29:14 +00:00
|
|
|
"bluetooth-auto-recovery==0.5.5",
|
2022-11-13 08:47:24 +00:00
|
|
|
"bluetooth-data-tools==0.3.0",
|
2022-12-09 04:03:09 +00:00
|
|
|
"dbus-fast==1.80.0"
|
2022-08-20 21:58:14 +00:00
|
|
|
],
|
2022-07-08 23:55:31 +00:00
|
|
|
"codeowners": ["@bdraco"],
|
2022-07-22 18:19:53 +00:00
|
|
|
"config_flow": true,
|
2022-11-17 17:06:21 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": [
|
|
|
|
"btsocket",
|
|
|
|
"bleak_retry_connector",
|
|
|
|
"bluetooth_adapters",
|
|
|
|
"bluetooth_auto_recovery"
|
|
|
|
]
|
2022-07-08 23:55:31 +00:00
|
|
|
}
|