mirror of
https://github.com/esphome/esphome.git
synced 2026-09-24 05:24:14 +00:00
- Remove `test.esp32-ard.yaml`; the esp32 platform is IDF-only for new component tests. - `(force) = true` on `GetYamlResponse.data` so the field is always emitted on the wire (matches the camera streaming pattern). `done` stays unforced — it's `false` on every chunk except the last, and default-value elision saves ~2 bytes per chunk for the firmware to TX. - `total_size` and `encoding` stay first-chunk-only; the client caches them. Firmware bandwidth is expensive, client RAM is not.