mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-07-02 09:16:04 +02:00
Add allow_partition_access to OTA configuration for esp32 devices
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user