1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-13 00:32:20 +01:00
Files
esphome/tests/components/web_server/test_ota_disabled.esp32-idf.yaml
J. Nick Koston a963f97520 fixes
2025-06-29 16:07:26 -05:00

13 lines
197 B
YAML

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