Files
esphome/tests/components/network/test-priority.esp32-idf.yaml
rwalker777GitHubpre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>kbx81Claude Opus 4.7J. Nick Koston
deba7a1f0c [ethernet][network][wifi] Add network priority for multi-interface support (#14255)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: kbx81 <kbx81x@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2026-07-22 20:55:04 -05:00

24 lines
643 B
YAML

# Compiled dual-stack test: wifi + ethernet coexisting via network: priority:.
# This is the first build path that keeps both radios' stacks compiled in, so
# it must actually compile (not just validate) to guard the reconciler wiring.
# WiFi is listed first so the build also exercises the wifi-primary branch in
# network/util.cpp (the ethernet-primary branch matches the legacy order).
wifi:
ssid: MySSID
password: password1
ethernet:
type: W5500
clk_pin: GPIO19
mosi_pin: GPIO21
miso_pin: GPIO23
cs_pin: GPIO18
interrupt_pin: GPIO36
reset_pin: GPIO22
clock_speed: 10Mhz
network:
priority:
- wifi
- ethernet