mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 23:26:20 +00:00
25 lines
302 B
YAML
25 lines
302 B
YAML
esphome:
|
|
name: test
|
|
|
|
rp2:
|
|
board: rpipicow
|
|
|
|
wifi:
|
|
ssid: "test_ssid"
|
|
password: "test_password"
|
|
|
|
ethernet:
|
|
type: W5500
|
|
clk_pin: 18
|
|
mosi_pin: 19
|
|
miso_pin: 16
|
|
cs_pin: 17
|
|
interrupt_pin: 21
|
|
reset_pin: 20
|
|
mac_address: "02:AA:BB:CC:DD:01"
|
|
|
|
network:
|
|
priority:
|
|
- ethernet
|
|
- wifi
|