mirror of
https://github.com/esphome/esphome.git
synced 2025-10-04 11:02:19 +01:00
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
16 lines
287 B
YAML
16 lines
287 B
YAML
ethernet:
|
|
type: DM9051
|
|
clk_pin: 19
|
|
mosi_pin: 21
|
|
miso_pin: 23
|
|
cs_pin: 18
|
|
interrupt_pin: 36
|
|
reset_pin: 22
|
|
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"
|