From 51f7537244885713aa49531be1b7aab133aea447 Mon Sep 17 00:00:00 2001 From: Roman Priesol Date: Wed, 6 May 2026 22:18:49 +0200 Subject: [PATCH] Separate OTA for esp32 which supports partition table update via OTA --- common/common.yaml | 4 ++-- common/ota_esp32.yaml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 common/ota_esp32.yaml diff --git a/common/common.yaml b/common/common.yaml index 8f5358f..327a16d 100644 --- a/common/common.yaml +++ b/common/common.yaml @@ -1,7 +1,7 @@ --- <<: !include wifi.yaml <<: !include api.yaml -<<: !include ota.yaml +<<: !include ota_esp32.yaml # <<: !include logger.yaml <<: !include logger_debug.yaml @@ -28,4 +28,4 @@ text_sensor: #. - <<: !include time/homeassistant.yaml network: - enable_ipv6: true \ No newline at end of file + enable_ipv6: true diff --git a/common/ota_esp32.yaml b/common/ota_esp32.yaml new file mode 100644 index 0000000..3a003fb --- /dev/null +++ b/common/ota_esp32.yaml @@ -0,0 +1,5 @@ +--- +ota: + - platform: esphome + password: !secret ota_password + # allow_partition_access: true