1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00
Files
esphome/tests/components/ethernet/common-ksz8081.yaml
J. Nick Koston c6de86bfb1 tests
2025-10-22 15:08:12 -10:00

16 lines
272 B
YAML

ethernet:
type: KSZ8081
mdc_pin: 23
mdio_pin: 32
clk:
pin: 0
mode: CLK_EXT_IN
phy_addr: 0
power_pin: 33
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"