mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
14 lines
480 B
YAML
14 lines
480 B
YAML
# Config-only: the CI base board (generic-bk7252, BLE 4.2) cannot compile the
|
|
# BLE 5.x tracker, so this fixture proves validation (schema + neutral binding)
|
|
# on a non-esp32 platform; codegen and compilation are not exercised here.
|
|
bk72xx_ble_tracker:
|
|
id: ble_hub
|
|
|
|
text_sensor:
|
|
- platform: ble_scanner
|
|
ble_hub_id: ble_hub
|
|
name: BK Scanner
|
|
# No ble_hub_id: exercises the generated binding _require_hub guards.
|
|
- platform: ble_scanner
|
|
name: BK Scanner Implicit
|