Files
esphome/templates/esp32-poe.yaml
T
artem 184181e959 Remove Hall Effect sensor
The data was less useful than I hoped,
and it's a waste of resources right now.
2024-08-17 14:21:44 +02:00

30 lines
458 B
YAML

esp32:
board: esp32-poe
status_led:
pin: GPIO2
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
power_pin: GPIO12
domain: ""
text_sensor:
- platform: ethernet_info
ip_address:
name: "Device IP (Ethernet)"
mac_address:
name: "Device MAC (Ethernet)"
logger:
packages:
ota: !include ota.yaml
mqtt: !include mqtt.yaml
uptime: !include uptime.yaml
restart: !include restart.yaml