core/homeassistant/components/rapt_ble/manifest.json

21 lines
482 B
JSON
Raw Normal View History

{
"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"]
}