mirror of
https://github.com/esphome/esphome.git
synced 2026-02-21 08:55:36 -07: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
400 MiB
Languages
C++
64.2%
Python
35.5%
C
0.2%
