mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-12-27 17:37:39 +01:00
Fix unbound variable in bluetooth logging when connection fails (#672)
This commit is contained in:
parent
250f786c38
commit
96781616b8
@ -734,7 +734,7 @@ class APIClient:
|
||||
except (KeyError, ValueError):
|
||||
_LOGGER.warning(
|
||||
"%s: Bluetooth device connection canceled but already unsubscribed",
|
||||
addr,
|
||||
to_human_readable_address(address),
|
||||
)
|
||||
if not timeout_expired:
|
||||
timeout_handle.cancel()
|
||||
|
Loading…
Reference in New Issue
Block a user