We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76df627 commit 83c709eCopy full SHA for 83c709e
src/habluetooth/wrappers.py
@@ -392,10 +392,8 @@ def _async_get_best_available_backend_and_device(
392
address,
393
sorted_devices[0].ble_device.name,
394
len(sorted_devices),
395
- " ,".join(
396
- f"{ble_device_description(device.ble_device)} "
397
- f"with RSSI {device.advertisement.rssi} via "
398
- f"{device.scanner.name}"
+ ", ".join(
+ f"RSSI {device.advertisement.rssi} via " f"{device.scanner.name}"
399
for device in sorted_devices
400
),
401
)
0 commit comments