mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-02 23:31:30 +01:00
Change example ota id as "ota" conflicts with the name of an esphome integration (#737)
This commit is contained in:
parent
27786e13d2
commit
8d2837e060
@ -55,10 +55,10 @@ through an ``on_boot`` trigger:
|
||||
esphome:
|
||||
on_boot:
|
||||
- lambda: |-
|
||||
id(ota).set_auth_password("New password");
|
||||
id(my_ota).set_auth_password("New password");
|
||||
ota:
|
||||
password: "Old password"
|
||||
id: ota
|
||||
id: my_ota
|
||||
|
||||
See Also
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user