mirror of
https://github.com/athom-tech/esp32-configs.git
synced 2026-07-27 19:56:13 +00:00
single-core BLE tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user