Add allow_partition_access to OTA configuration for esp32 devices
CI / YAML lint (push) Has been cancelled
CI / ESPHome config validation (push) Has been cancelled

This commit is contained in:
2026-05-08 22:30:05 +02:00
parent 3a23b88823
commit bfcf9005d6
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
ota: ota:
- platform: esphome - platform: esphome
password: !secret ota_password password: !secret ota_password
# allow_partition_access: true allow_partition_access: true
+1
View File
@@ -131,6 +131,7 @@ api:
ota: ota:
platform: esphome platform: esphome
password: !secret ota_password password: !secret ota_password
allow_partition_access: true
on_begin: on_begin:
then: then:
- light.disco_on: - light.disco_on:
+1
View File
@@ -128,6 +128,7 @@ api:
ota: ota:
platform: esphome platform: esphome
password: !secret ota_password password: !secret ota_password
allow_partition_access: true
on_begin: on_begin:
then: then:
- light.disco_on: - light.disco_on: