mirror of
https://github.com/esphome/esphome.git
synced 2026-09-16 01:28:39 +00:00
49b2882f2b9aad9039447d7e586c8f35b46c9756
Add explicit Storage union with trivial ctor/dtor so that TemplatableValue works with non-trivially-constructible types like std::vector<uint8_t>. The union's value_ lifetime is managed externally via placement new and destroy_(). Reverts esp32_ble_server back to TEMPLATABLE_VALUE macro.
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
596 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
