core/homeassistant/components/xiaomi_ble/manifest.json

21 lines
539 B
JSON
Raw Normal View History

{
"domain": "xiaomi_ble",
"name": "Xiaomi BLE",
"bluetooth": [
{
"connectable": false,
"service_data_uuid": "0000fd50-0000-1000-8000-00805f9b34fb"
},
{
"connectable": false,
"service_data_uuid": "0000fe95-0000-1000-8000-00805f9b34fb"
}
],
"codeowners": ["@Jc2k", "@Ernst79"],
2023-02-08 19:10:18 +00:00
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/xiaomi_ble",
"iot_class": "local_push",
"requirements": ["xiaomi-ble==0.16.1"]
}