mirror of
https://github.com/esphome/esphome.git
synced 2025-08-07 10:57:46 +00:00
test
This commit is contained in:
parent
099474053e
commit
9799a2b636
10
tests/components/ota_base/common.yaml
Normal file
10
tests/components/ota_base/common.yaml
Normal file
@ -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"
|
1
tests/components/ota_base/test.esp32-idf.yaml
Normal file
1
tests/components/ota_base/test.esp32-idf.yaml
Normal file
@ -0,0 +1 @@
|
|||||||
|
<<: !include common.yaml
|
Loading…
x
Reference in New Issue
Block a user