1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Configurable OTA Safe Mode (#1393)

This commit is contained in:
Alex
2020-12-01 17:41:39 -05:00
committed by GitHub
parent 7ff3f752e2
commit 3afb564a48
5 changed files with 12 additions and 3 deletions

View File

@@ -154,6 +154,8 @@ ota:
safe_mode: True
password: 'superlongpasswordthatnoonewillknow'
port: 3286
reboot_timeout: 2min
num_attempts: 5
logger:
baud_rate: 0

View File

@@ -40,6 +40,7 @@ uart:
ota:
safe_mode: True
port: 3286
num_attempts: 15
logger:
level: DEBUG

View File

@@ -204,6 +204,7 @@ uart:
ota:
safe_mode: True
port: 3286
reboot_timeout: 15min
logger:
hardware_uart: UART1