1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-18 03:02:20 +01:00
This commit is contained in:
J. Nick Koston
2025-07-01 13:47:59 -05:00
parent 099474053e
commit 9799a2b636
2 changed files with 11 additions and 0 deletions

View 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"

View File

@@ -0,0 +1 @@
<<: !include common.yaml