hass-core/homeassistant/components/xiaomi_ble/manifest.json
Christoph 7410db08fb
Bump xiaomi_ble to 0.30.0 (#119859)
* bump xiaome_ble to 0.30.0

bump xiaomi_ble to 0.30.0

* bump xiaome_ble to 0.30.0

bump xiaomi_ble to 0.30.0

* bump xiaome_ble to 0.30.0

bump xiaomi_ble to 0.30.0
2024-06-17 23:57:47 +02:00

28 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.30.0"]
}