2023-04-17 03:19:03 +00:00
|
|
|
{
|
|
|
|
"domain": "rapt_ble",
|
|
|
|
"name": "RAPT Bluetooth",
|
|
|
|
"bluetooth": [
|
|
|
|
{
|
|
|
|
"manufacturer_id": 16722,
|
|
|
|
"manufacturer_data_start": [80, 84]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"manufacturer_id": 17739,
|
|
|
|
"manufacturer_data_start": [71]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"codeowners": ["@sairon"],
|
|
|
|
"config_flow": true,
|
|
|
|
"dependencies": ["bluetooth_adapters"],
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/rapt_ble",
|
|
|
|
"iot_class": "local_push",
|
2023-05-18 19:15:39 +00:00
|
|
|
"requirements": ["rapt-ble==0.1.1"]
|
2023-04-17 03:19:03 +00:00
|
|
|
}
|