mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 10:36:01 +00:00
The owned vectors add 48 bytes to ClimateTraits copies — this is the cost of backward compat and will be removed in 2026.11.0. Add ClimatePublish_WithCustomModes benchmark to show the improvement for climate devices that use custom fan modes and presets (the case that previously heap-allocated on every publish).