1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Merge remote-tracking branch 'upstream/dev' into integration

This commit is contained in:
J. Nick Koston
2025-09-25 22:50:06 -05:00
8 changed files with 93 additions and 19 deletions

View File

@@ -0,0 +1,14 @@
ethernet:
type: LAN8670
mdc_pin: 23
mdio_pin: 25
clk:
pin: 0
mode: CLK_EXT_IN
phy_addr: 0
power_pin: 26
manual_ip:
static_ip: 192.168.178.56
gateway: 192.168.178.1
subnet: 255.255.255.0
domain: .local

View File

@@ -0,0 +1 @@
<<: !include common-lan8670.yaml

View File

@@ -0,0 +1 @@
<<: !include common-lan8670.yaml