This commit is contained in:
J. Nick Koston 2025-07-01 13:47:59 -05:00
parent 099474053e
commit 9799a2b636
No known key found for this signature in database
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