mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
14 lines
618 B
YAML
14 lines
618 B
YAML
# Advertisement-only proxy on the rp2 BLE hub — the one non-esp32 platform the
|
|
# proxy admits today (active-scan-capable), and a target CI fully compiles.
|
|
# No explicit ble_hub_id: the generated binding resolves the single declared
|
|
# hub, and an inline id here would collide with rp2_ble_tracker's own fixture
|
|
# once CI merges both components into one grouped rp2040-ard build (grouped
|
|
# component dicts collapse; only one id survives). The explicit-key form is
|
|
# covered by validate.rp2040-ard.yaml, which never participates in grouping.
|
|
packages:
|
|
common: !include common.yaml
|
|
|
|
rp2_ble_tracker:
|
|
|
|
bluetooth_proxy:
|