mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
cd2c1014f31063aa4db015c0c54264ce209a9a25
- 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.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
545 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
