mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-21 16:26:30 +00:00
Fix typo in Bluetooth code example (#1928)
This commit is contained in:
parent
41846a472f
commit
62ca99473c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user