mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 09:25:34 +00:00
7185c66779db02ff0219be05e9d514025a86d463
All callers guarantee len > 0 (decode loop checks ptr < end, header parse checks minimum bytes). Replace runtime check with ESPHOME_DEBUG_API assert. This removes the len check from the inline entirely, saving one branch per call site. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
529 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
