mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 10:36:01 +00:00
The sizes are known at Python codegen time, so use FixedVector with init() for a single allocation and no reallocation machinery. This eliminates _M_realloc_append template instantiations for these types.