mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-07-01 08:46:04 +02:00
Separate OTA for esp32 which supports partition table update via OTA
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
<<: !include wifi.yaml
|
||||
<<: !include api.yaml
|
||||
<<: !include ota.yaml
|
||||
<<: !include ota_esp32.yaml
|
||||
# <<: !include logger.yaml
|
||||
<<: !include logger_debug.yaml
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
ota:
|
||||
- platform: esphome
|
||||
password: !secret ota_password
|
||||
# allow_partition_access: true
|
||||
Reference in New Issue
Block a user