mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 00:28:39 +00:00
c1023116f269ec5f7e52fae4ccbf4ac5d30783e0
- Integrated upstream loop re-entry fixes from PR #7972 - Updated WhileAction and RepeatAction to use simpler parameter passing (no var_ storage) - Maintained all optimization benefits (ContinuationAction, WhileLoopContinuation, RepeatLoopContinuation) - DelayAction: shared_ptr + lambda instead of std::bind - WaitUntilAction: simple lambda instead of std::bind - IfAction: ContinuationAction (4-8 bytes) instead of LambdaAction (40 bytes) - WhileAction: WhileLoopContinuation with simplified parameter passing - RepeatAction: RepeatLoopContinuation with simplified parameter passing
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
594 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
