This commit is contained in:
J. Nick Koston 2025-06-29 16:07:26 -05:00
parent ad2d48e9b7
commit a963f97520
No known key found for this signature in database
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,9 @@
packages:
device_base: !include common.yaml
# No OTA component defined for this test
web_server:
port: 8080
version: 2
ota: false

View File

@ -0,0 +1,12 @@
packages:
device_base: !include common.yaml
# Enable OTA for this test
ota:
- platform: esphome
safe_mode: true
web_server:
port: 8080
version: 2
ota: true

View File

@ -0,0 +1,12 @@
packages:
device_base: !include common.yaml
# OTA is configured but web_server OTA is disabled
ota:
- platform: esphome
safe_mode: true
web_server:
port: 8080
version: 2
ota: false