mirror of
https://github.com/esphome/esphome.git
synced 2026-09-19 19:18:47 +00:00
6ca1b907520309e282a9b4eea4046b4c31c1b247
- Fix regex to actually match std::to_string() by using alternation (the : in the lookbehind was preventing matches) - Update error message to mention both std::to_string() and unqualified to_string() forms - Correct buffer sizes for signed integer types: - int8_t: 5 chars (not 4) for "-128\0" - int16_t: 7 chars (not 6) for "-32768\0" - int32_t: 12 chars (not 11) for "-2147483648\0"
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
606 MiB
Languages
C++
55.7%
Python
43.7%
C
0.3%
JavaScript
0.2%
