From 9799a2b63622e135c01b7992f303128230a268d5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 1 Jul 2025 13:47:59 -0500 Subject: [PATCH] test --- tests/components/ota_base/common.yaml | 10 ++++++++++ tests/components/ota_base/test.esp32-idf.yaml | 1 + 2 files changed, 11 insertions(+) create mode 100644 tests/components/ota_base/common.yaml create mode 100644 tests/components/ota_base/test.esp32-idf.yaml diff --git a/tests/components/ota_base/common.yaml b/tests/components/ota_base/common.yaml new file mode 100644 index 0000000000..9b680b7c18 --- /dev/null +++ b/tests/components/ota_base/common.yaml @@ -0,0 +1,10 @@ +# Test that ota_base compiles correctly as a dependency +# This component is typically auto-loaded by other components + +wifi: + ssid: MySSID + password: password1 + +ota: + - platform: esphome + password: "test1234" diff --git a/tests/components/ota_base/test.esp32-idf.yaml b/tests/components/ota_base/test.esp32-idf.yaml new file mode 100644 index 0000000000..dade44d145 --- /dev/null +++ b/tests/components/ota_base/test.esp32-idf.yaml @@ -0,0 +1 @@ +<<: !include common.yaml