mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 07:31:51 +00:00
18 lines
267 B
YAML
18 lines
267 B
YAML
esphome:
|
|
name: test-device2
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
framework:
|
|
type: esp-idf
|
|
|
|
# OTA with empty dict - should be normalized
|
|
ota: {}
|
|
|
|
wifi:
|
|
ssid: "test"
|
|
password: "test"
|
|
|
|
# Captive portal auto-loads ota.web_server which triggers the issue
|
|
captive_portal:
|