1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Add some components to the new testing framework (E) (#6176)

This commit is contained in:
Keith Burzinski
2024-03-18 18:52:40 -05:00
committed by GitHub
parent 95443a4354
commit 61f11386a9
111 changed files with 2106 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
ethernet:
type: LAN8720
mdc_pin: 23
mdio_pin: 25
clk_mode: GPIO0_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
text_sensor:
- platform: ethernet_info
ip_address:
name: IP Address

View File

@@ -0,0 +1,17 @@
ethernet:
type: LAN8720
mdc_pin: 23
mdio_pin: 25
clk_mode: GPIO0_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
text_sensor:
- platform: ethernet_info
ip_address:
name: IP Address