mirror of
https://github.com/esphome/esphome.git
synced 2026-09-12 15:57:33 +00:00
c42cfac50fc3f162ee0ea1df9fd795a64c9d4f86
1. save_state_() bound a reference to supported_preset_modes() from a temporary FanTraits returned by get_traits(). When the compat path fired, the temporary was destroyed and the reference dangled. Fix: keep the FanTraits alive for the loop duration. 2. Restore deleted std::vector<std::string> / initializer_list<std::string> overloads to preserve clear compile-time diagnostics.
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
592 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
