Import xiaomi_ble in the executor to avoid blocking the event loop (#111693)

pull/111699/head
J. Nick Koston 2024-02-27 20:48:40 -10:00 committed by GitHub
parent b9718fe2e9
commit e0d15680a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/xiaomi_ble",
"import_executor": true,
"iot_class": "local_push",
"requirements": ["xiaomi-ble==0.25.2"]
}