mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 07:06:20 +00:00
b26f6e79e12df9d3a0de7a166d0ea273c2917ddb
clang-tidy's performance-inefficient-string-concatenation flags building the absolute URL with operator+, which allocates a temporary for the prefix and another for the result. Insert the prefix instead.
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
575 MiB
Languages
C++
58.3%
Python
41.1%
C
0.3%
JavaScript
0.2%
