mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
27 lines
519 B
YAML
27 lines
519 B
YAML
esp32:
|
|
board: esp32-s3
|
|
framework:
|
|
#type: arduino
|
|
type: esp-idf
|
|
|
|
ethernet:
|
|
id: eth
|
|
type: W5500
|
|
clk_pin: GPIO13
|
|
mosi_pin: GPIO11
|
|
miso_pin: GPIO12
|
|
cs_pin: GPIO14
|
|
interrupt_pin: GPIO10
|
|
reset_pin: GPIO9
|
|
|
|
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 |