From d1cd974572bb4261ce838e061bf394d2ca428414 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 21 Nov 2024 18:16:19 +0100 Subject: [PATCH] Use alt connect mode --- components/nuki_lock/lock.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/nuki_lock/lock.py b/components/nuki_lock/lock.py index 035511c..41fd435 100644 --- a/components/nuki_lock/lock.py +++ b/components/nuki_lock/lock.py @@ -625,9 +625,11 @@ async def to_code(config): cg.add_library( None, None, - "https://github.com/I-Connect/NukiBleEsp32#93e7da927171c8973b7ef857c7fa644c174ed47d", + "https://github.com/I-Connect/NukiBleEsp32#edc9586", ) + cg.add_build_flag("NUKI_ALT_CONNECT") + # Actions NukiLockUnpairAction = nuki_lock_ns.class_(