mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 07:31:51 +00:00
Replace custom OTA implementation in web_server_base (#9274)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
17
tests/component_tests/ota/test_web_server_ota_idf.yaml
Normal file
17
tests/component_tests/ota/test_web_server_ota_idf.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user