Files
2026-07-12 12:56:02 +00:00

35 lines
579 B
YAML

esp32:
board: esp32-poe
status_led:
pin: GPIO2
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk:
mode: CLK_OUT
pin: GPIO17
phy_addr: 0
power_pin: GPIO12
domain: ""
text_sensor:
- platform: ethernet_info
ip_address:
name: "ESP chip IP (Ethernet)"
icon: mdi:ip-network
mac_address:
name: "ESP chip MAC (Ethernet)"
icon: mdi:expansion-card
logger:
packages:
ota: !include ota.yaml
mqtt: !include mqtt.yaml
uptime: !include uptime.yaml
restart: !include restart.yaml
syslog: !include syslog.yaml