mirror of
https://github.com/esphome/esphome.git
synced 2026-09-22 12:38:40 +00:00
Adds a new opt-in component that compresses the on-disk YAML files with zstd at codegen time and stores them in PROGMEM. The native API exposes a chunked GetYaml RPC so a lost configuration can be retrieved from a running device. Decompression happens client-side; no decompressor is shipped on-device.