Files
esphome/templates/esp32-poe.yaml
T
artem 399f90eb05 Do not require esp-idf on esp32-poe
Blinds is running on esp32-poe now, and there's no easy way
of using cc1101 with idf.
2023-10-03 20:47:59 +02:00

26 lines
344 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: ""
logger:
packages:
ota: !include ota.yaml
mqtt: !include mqtt.yaml
button:
- platform: restart
name: "ESP chip restart"
entity_category: diagnostic