mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
bcbfc843ae
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
20 lines
395 B
YAML
20 lines
395 B
YAML
ethernet:
|
|
type: W5500
|
|
clk_pin: 6
|
|
mosi_pin: 7
|
|
miso_pin: 2
|
|
cs_pin: 10
|
|
interrupt_pin: 3
|
|
reset_pin: 4
|
|
clock_speed: 10Mhz
|
|
manual_ip:
|
|
static_ip: 192.168.178.56
|
|
gateway: 192.168.178.1
|
|
subnet: 255.255.255.0
|
|
domain: .local
|
|
mac_address: "02:AA:BB:CC:DD:01"
|
|
on_connect:
|
|
- logger.log: "Ethernet connected!"
|
|
on_disconnect:
|
|
- logger.log: "Ethernet disconnected!"
|