mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-07-01 00:46:03 +02:00
Add allow_partition_access to OTA configuration for esp32 devices
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
ota:
|
||||
- platform: esphome
|
||||
password: !secret ota_password
|
||||
# allow_partition_access: true
|
||||
allow_partition_access: true
|
||||
|
||||
@@ -131,6 +131,7 @@ api:
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota_password
|
||||
allow_partition_access: true
|
||||
on_begin:
|
||||
then:
|
||||
- light.disco_on:
|
||||
|
||||
@@ -128,6 +128,7 @@ api:
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota_password
|
||||
allow_partition_access: true
|
||||
on_begin:
|
||||
then:
|
||||
- light.disco_on:
|
||||
|
||||
Reference in New Issue
Block a user