mirror of
https://github.com/esphome/esphome.git
synced 2026-09-12 15:57:33 +00:00
3c90438947b10c1749d2cd5962f5a1cd4cca14ce
Convert all remaining component add_on_*_callback methods from std::function to templates so lambdas flow through without wrapping. This avoids a heap allocation regression where passing std::function through Callback::create would heap-allocate the std::function itself. Also add NOLINT annotations for clang-analyzer false positive on byte-wise copy in Callback::create.
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
592 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
