mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 01:15:33 +00:00
9967fc54d5
The template wrapper caused the compiler to make different optimization decisions on setup(), negating the savings. Calling register_component_ directly was -4 bytes. Co-Authored-By: J. Nick Koston <nick@koston.org>