* Bump yalexs_ble to 1.12.11 to fix reconnect when services fail to resolve changelog: https://github.com/bdraco/yalexs-ble/compare/v1.12.8...v1.12.11 * bump to make it work with esphome proxy as well * empty * Add reauth support to yalexs_ble * lint * reduce * tweak * tweak * test for reauth * Apply suggestions from code review * cleanup
16 lines
429 B
JSON
16 lines
429 B
JSON
{
|
|
"domain": "yalexs_ble",
|
|
"name": "Yale Access Bluetooth",
|
|
"bluetooth": [
|
|
{
|
|
"manufacturer_id": 465,
|
|
"service_uuid": "0000fe24-0000-1000-8000-00805f9b34fb"
|
|
}
|
|
],
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/yalexs_ble",
|
|
"iot_class": "local_push",
|
|
"requirements": ["yalexs-ble==2.0.0"]
|
|
}
|