Yale Bluetooth disconnected. Can't reconnect

Getting these errors in my log now … my Yale Bluetooth lock has disconnected from my home assistant instance. I tried moving the bluetooth dongle to an inch away from the lock and still no good…

How do I reconnect the lock without deleting and re-adding?? ( I have restarted HA to no avail)

errors in logs are


2022-10-14 08:27:16.255 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Hallway' for yalexs_ble integration not ready yet: Hallway (M10JSEK): Disconnected; Try moving the Bluetooth adapter closer to M10JSEK; Retrying in background

2022-10-14 08:27:18.132 WARNING (MainThread) [androidtv.adb_manager.adb_manager_async] Couldn't connect to 192.168.0.79:5555. TcpTimeoutException: Connecting to 192.168.0.79:5555 timed out (1.0 seconds)

2022-10-14 08:27:23.916 ERROR (MainThread) [yalexs_ble.push] Hallway (M10JSEK): Error updating

Traceback (most recent call last):

File "/usr/local/lib/python3.10/site-packages/yalexs_ble/push.py", line 552, in _queue_update

await self._update_task

File "/usr/local/lib/python3.10/site-packages/yalexs_ble/push.py", line 86, in _async_wrap_operation_lock

return await func(self, *args, **kwargs)

File "/usr/local/lib/python3.10/site-packages/yalexs_ble/push.py", line 107, in _async_wrap_retry_bluetooth_connection_error

return await func(self, *args, **kwargs)

File "/usr/local/lib/python3.10/site-packages/yalexs_ble/push.py", line 370, in _update

async with lock:

File "/usr/local/lib/python3.10/site-packages/yalexs_ble/lock.py", line 61, in __aenter__

await self.connect()

File "/usr/local/lib/python3.10/site-packages/yalexs_ble/lock.py", line 104, in connect

response = await self.secure_session.execute(self._disconnected_event, cmd)

File "/usr/local/lib/python3.10/site-packages/yalexs_ble/session.py", line 192, in execute

raise DisconnectedError(f"{self.name}: Disconnected")

yalexs_ble.session.DisconnectedError: Hallway (M10JSEK): Disconnected```