Fix typo in Bluetooth code example (#1928)

This commit is contained in:
Ståle Storø Hauknes 2023-09-15 15:11:29 +02:00 committed by GitHub
parent 41846a472f
commit 62ca99473c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,7 +185,7 @@ def _process_more_advertisements(
return 323 in service_info.manufacturer_data
service_info = await bluetooth.async_process_advertisements(
hass
hass,
_process_more_advertisements,
{"address": discovery_info.address, "connectable": False},
BluetoothScanningMode.ACTIVE,