mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
3317eaebc70f68171950a84ac79affa95fc65e1c
The esp32 to_code runs at PLATFORM priority (1000) before component to_code at COMPONENT priority (0), so the flag was set too late. FINAL_VALIDATE_SCHEMA also runs too late for this purpose. Move to CONFIG_SCHEMA validation to ensure it is set before esp32 processes sdkconfig options.
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
546 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
