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