mirror of
https://github.com/esphome/esphome.git
synced 2026-09-24 05:24:14 +00:00
21 lines
262 B
YAML
21 lines
262 B
YAML
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
framework:
|
|
type: esp-idf
|
|
|
|
wifi:
|
|
ssid: "test_ssid"
|
|
password: "test_password"
|
|
|
|
uart:
|
|
tx_pin: 17
|
|
rx_pin: 16
|
|
baud_rate: 115200
|
|
|
|
display:
|
|
- platform: nextion
|
|
tft_url: "http://10.0.0.1/display.tft"
|