-
I am updating from the an old NSPanel solution using esphome in which I had set ota password. I cannot determine how to add this to the new initial yaml to allow flashing over the air. I have tried: ota:
platform: "esphome"
password: "password" and all variants with and without quotes. The stock yaml, without the ota addition, seems to use my wifi password for the ota password when looking at the results of a validate. |
Beta Was this translation helpful? Give feedback.
Answered by
edwardtfn
Dec 23, 2024
Replies: 1 comment
-
Please try this: # Use my global OTA password
ota:
- id: !extend ota_std
password: your_ota_password |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mcfarlde
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please try this:
Source: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/customization.md#custom-ota-password