mirror of https://github.com/home-assistant/core
21 lines
482 B
JSON
21 lines
482 B
JSON
{
|
|
"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",
|
|
"requirements": ["rapt-ble==0.1.2"]
|
|
}
|