mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
17 lines
342 B
YAML
17 lines
342 B
YAML
ln882h_ble_tracker:
|
|
id: ble_tracker
|
|
scan_parameters:
|
|
interval: 100ms
|
|
window: 50ms
|
|
duration: 5min
|
|
continuous: true
|
|
|
|
# Pulls in USE_OTA_STATE_LISTENER so the OTA scan-pause path compiles in CI
|
|
# (same coverage arrangement as the rp2_ble_tracker tests).
|
|
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
ota:
|
|
- platform: esphome
|