mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
14 lines
322 B
YAML
14 lines
322 B
YAML
# Connections given as a bare list, with no explicit per-entry id. The ids are
|
|
# generated during validation, so this config breaks if the schema validates the
|
|
# connections list more than once.
|
|
packages:
|
|
common: !include common.yaml
|
|
|
|
esp32_ble_tracker:
|
|
|
|
bluetooth_proxy:
|
|
active: true
|
|
connections:
|
|
- {}
|
|
- {}
|