Change example ota id as "ota" conflicts with the name of an esphome integration (#737)

This commit is contained in:
Jesse Hills 2020-08-21 07:27:10 +12:00 committed by GitHub
parent 27786e13d2
commit 8d2837e060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
--------