mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
18 lines
197 B
YAML
18 lines
197 B
YAML
esphome:
|
|
name: test_web_server_ota_idf
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
framework:
|
|
type: esp-idf
|
|
|
|
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
web_server:
|
|
port: 80
|
|
|
|
ota:
|
|
- platform: web_server
|