mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
14 lines
325 B
YAML
14 lines
325 B
YAML
<<: !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
|
|
on_update_available:
|
|
then:
|
|
- logger.log: "Coprocessor update available"
|