single-core BLE tweaks

This commit is contained in:
Nick
2026-01-18 00:23:05 -05:00
committed by GitHub
parent e2336d6376
commit 5d2523abf4
+9 -4
View File
@@ -55,9 +55,6 @@ mdns:
web_server:
port: 80
# Enable Home Assistant API
api:
ota:
- platform: esphome
@@ -76,7 +73,15 @@ captive_portal:
esp32_ble_tracker:
scan_parameters:
active: true
continuous: false
# Enable Home Assistant API
api:
on_client_connected:
- esp32_ble_tracker.start_scan:
continuous: true
on_client_disconnected:
- esp32_ble_tracker.stop_scan:
bluetooth_proxy:
active: true