mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 12:22:20 +01:00
16 lines
173 B
YAML
16 lines
173 B
YAML
esphome:
|
|
name: test_web_server_ota_esp8266
|
|
|
|
esp8266:
|
|
board: nodemcuv2
|
|
|
|
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
web_server:
|
|
port: 80
|
|
|
|
ota:
|
|
- platform: web_server
|