2022-07-08 23:55:31 +00:00
|
|
|
{
|
|
|
|
"domain": "bluetooth",
|
|
|
|
"name": "Bluetooth",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/bluetooth",
|
|
|
|
"dependencies": ["websocket_api"],
|
|
|
|
"quality_scale": "internal",
|
2022-08-20 21:58:14 +00:00
|
|
|
"requirements": [
|
|
|
|
"bleak==0.15.1",
|
|
|
|
"bluetooth-adapters==0.2.0",
|
2022-08-20 23:41:09 +00:00
|
|
|
"bluetooth-auto-recovery==0.2.2"
|
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-07-08 23:55:31 +00:00
|
|
|
"iot_class": "local_push"
|
|
|
|
}
|