1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

[esp32_hosted] Add HTTP-based coprocessor firmware update support (#13090)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Jonathan Swoboda
2026-01-09 17:36:56 -05:00
committed by GitHub
parent 3c9b300c46
commit e0ff7fdaa1
5 changed files with 410 additions and 57 deletions

View File

@@ -3,5 +3,6 @@
update:
- platform: esp32_hosted
name: "Coprocessor Firmware Update"
type: embedded
path: $component_dir/test_firmware.bin
sha256: de2f256064a0af797747c2b97505dc0b9f3df0de4f489eac731c23ae9ca9cc31

View File

@@ -0,0 +1,10 @@
<<: !include common.yaml
http_request:
update:
- platform: esp32_hosted
name: "Coprocessor Firmware Update"
type: http
source: https://esphome.github.io/esp-hosted-firmware/manifest/esp32c6.json
update_interval: 6h