mirror of
https://github.com/esphome/esphome.git
synced 2026-09-24 05:24:14 +00:00
Merge remote-tracking branch 'upstream/dev' into integration
This commit is contained in:
@@ -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");
|
||||
Reference in New Issue
Block a user