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:
@@ -3,5 +3,6 @@
|
||||
update:
|
||||
- platform: esp32_hosted
|
||||
name: "Coprocessor Firmware Update"
|
||||
type: embedded
|
||||
path: $component_dir/test_firmware.bin
|
||||
sha256: de2f256064a0af797747c2b97505dc0b9f3df0de4f489eac731c23ae9ca9cc31
|
||||
10
tests/components/esp32_hosted/test-http.esp32-p4-idf.yaml
Normal file
10
tests/components/esp32_hosted/test-http.esp32-p4-idf.yaml
Normal 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
|
||||
Reference in New Issue
Block a user