mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
27 lines
500 B
YAML
27 lines
500 B
YAML
esp32:
|
|
board: esp32-evb
|
|
framework:
|
|
#type: arduino
|
|
type: esp-idf
|
|
|
|
ethernet:
|
|
id: eth
|
|
type: LAN8720
|
|
mdc_pin: GPIO23
|
|
mdio_pin: GPIO18
|
|
clk:
|
|
pin: GPIO0
|
|
mode: CLK_EXT_IN
|
|
phy_addr: 0
|
|
|
|
use_address: ${devicename}.local
|
|
|
|
manual_ip:
|
|
static_ip: ${static_ip}
|
|
gateway: !secret iot_default_gateway
|
|
subnet: !secret iot_subnet_mask
|
|
dns1: !secret iot_default_dns1
|
|
dns2: !secret iot_default_dns2
|
|
|
|
text_sensor:
|
|
- <<: !include text_sensor/ethernet_info.config.yaml |