Replies: 2 comments 3 replies
-
Move "safe_mode:" to it's own section as per the Esphome documentation. The rest you can leave as is. Edit: For now there is a bug in the newest esphome when using an on_begin: section so you can comment it out with a # sign or just delete the two lines. The switch turn off statement is used to turn off the dsc process interrupts as they could potentially cause ota issues but in my experience this was more an issue with the esp8266. With the ESP32, i have not seen problems. |
Beta Was this translation helpful? Give feedback.
-
This is what i did ota: safe_mode: |
Beta Was this translation helpful? Give feedback.
-
With the last update of ESPHome the OTA: need to be updated in the code with the new format
ota:
password: !secret ota_password
@Dilbert66 what about the below lines. Do we still need them?
safe_mode: True
on_begin:
switch.turn_off: connection_status_switch
Beta Was this translation helpful? Give feedback.
All reactions