mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Fix xiaomi_ble discovery for devices that don't put the fe95 uuid in service_uuids (#75923)
This commit is contained in:
parent
2b1e1365fd
commit
ca6676a708
@ -5,7 +5,7 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/xiaomi_ble",
|
||||
"bluetooth": [
|
||||
{
|
||||
"service_uuid": "0000fe95-0000-1000-8000-00805f9b34fb"
|
||||
"service_data_uuid": "0000fe95-0000-1000-8000-00805f9b34fb"
|
||||
}
|
||||
],
|
||||
"requirements": ["xiaomi-ble==0.6.2"],
|
||||
|
@ -80,6 +80,6 @@ BLUETOOTH: list[dict[str, str | int | list[int]]] = [
|
||||
},
|
||||
{
|
||||
"domain": "xiaomi_ble",
|
||||
"service_uuid": "0000fe95-0000-1000-8000-00805f9b34fb"
|
||||
"service_data_uuid": "0000fe95-0000-1000-8000-00805f9b34fb"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user