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