mirror of
https://github.com/esphome/esphome.git
synced 2026-02-28 09:54:19 -07:00
11 lines
215 B
YAML
11 lines
215 B
YAML
# 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"
|