mirror of
https://github.com/esphome/esphome.git
synced 2026-08-25 23:56:19 +00:00
27 lines
321 B
YAML
27 lines
321 B
YAML
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
framework:
|
|
type: arduino
|
|
|
|
wifi:
|
|
ssid: "test_ssid"
|
|
password: "test_password"
|
|
|
|
ethernet:
|
|
type: W5500
|
|
clk_pin: 19
|
|
mosi_pin: 21
|
|
miso_pin: 23
|
|
cs_pin: 18
|
|
interrupt_pin: 36
|
|
reset_pin: 22
|
|
clock_speed: 10Mhz
|
|
|
|
network:
|
|
priority:
|
|
- ethernet
|
|
- wifi
|