mirror of
https://github.com/esphome/esphome.git
synced 2026-08-28 16:53:28 +00:00
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
13 lines
443 B
YAML
13 lines
443 B
YAML
ln882h_ble_tracker:
|
|
id: ble_tracker
|
|
scan_parameters:
|
|
# Boundary coverage: the documented 2.5 ms floor on window (expressible only
|
|
# via the microsecond-accurate validation), a non-round interval exercising the
|
|
# 0.625 ms unit conversion without collapsing onto the window's unit count,
|
|
# and the non-continuous config path.
|
|
interval: 5000us
|
|
window: 2500us
|
|
duration: 5min
|
|
active: false
|
|
continuous: false
|