mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
19 lines
211 B
YAML
19 lines
211 B
YAML
---
|
|
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
board: nodemcu-32s
|
|
framework:
|
|
type: esp-idf
|
|
|
|
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
web_server:
|
|
auth:
|
|
username: admin
|
|
password: password
|
|
type: digest
|