Merge remote-tracking branch 'upstream/dev' into integration

This commit is contained in:
J. Nick Koston
2026-04-22 22:32:06 -05:00
8 changed files with 108 additions and 10 deletions
@@ -0,0 +1,14 @@
wifi:
ssid: MySSID
password: password1
ota:
- platform: esphome
id: my_ota
port: 3287
password: ""
esphome:
on_boot:
then:
- lambda: id(my_ota).set_auth_password("runtime_password");