mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 23:26:20 +00:00
15 lines
168 B
YAML
15 lines
168 B
YAML
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
framework:
|
|
type: esp-idf
|
|
|
|
wifi:
|
|
ssid: "test_ssid"
|
|
password: "test_password"
|
|
|
|
network:
|
|
tcp_send_buffer: 32kB
|