core/homeassistant/components/xiaomi_ble/manifest.json

29 lines
753 B
JSON

{
"domain": "xiaomi_ble",
"name": "Xiaomi BLE",
"bluetooth": [
{
"connectable": false,
"service_data_uuid": "0000181b-0000-1000-8000-00805f9b34fb"
},
{
"connectable": false,
"service_data_uuid": "0000181d-0000-1000-8000-00805f9b34fb"
},
{
"connectable": false,
"service_data_uuid": "0000fd50-0000-1000-8000-00805f9b34fb"
},
{
"connectable": false,
"service_data_uuid": "0000fe95-0000-1000-8000-00805f9b34fb"
}
],
"codeowners": ["@Jc2k", "@Ernst79"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/xiaomi_ble",
"iot_class": "local_push",
"requirements": ["xiaomi-ble==0.21.1"]
}