From 62ca99473c5df0a4797929373561045fae74042d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A5le=20Stor=C3=B8=20Hauknes?= Date: Fri, 15 Sep 2023 15:11:29 +0200 Subject: [PATCH] Fix typo in Bluetooth code example (#1928) --- docs/core/bluetooth/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/bluetooth/api.md b/docs/core/bluetooth/api.md index 6a5f11ab..22d2811f 100644 --- a/docs/core/bluetooth/api.md +++ b/docs/core/bluetooth/api.md @@ -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,