1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/xiaomi_ble/manifest.json
2025-07-31 09:01:06 +02:00

29 lines
752 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==1.2.0"]
}