mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
Add OTA support to ESP-IDF webserver (#9264)
This commit is contained in:
11
tests/components/web_server/test_ota_disabled.esp32-idf.yaml
Normal file
11
tests/components/web_server/test_ota_disabled.esp32-idf.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
packages:
|
||||
device_base: !include common.yaml
|
||||
|
||||
# OTA is configured but web_server OTA is disabled
|
||||
ota:
|
||||
- platform: esphome
|
||||
|
||||
web_server:
|
||||
port: 8080
|
||||
version: 2
|
||||
ota: false
|
||||
Reference in New Issue
Block a user