mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
17 lines
229 B
YAML
17 lines
229 B
YAML
esphome:
|
|
name: test-web-server-no-ota-idf
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
framework:
|
|
type: esp-idf
|
|
|
|
packages:
|
|
device_base: !include common.yaml
|
|
|
|
# No OTA component defined for this test
|
|
|
|
web_server:
|
|
port: 8080
|
|
version: 2
|