mirror of
https://github.com/esphome/esphome.git
synced 2025-09-07 05:42:20 +01:00
[config] Clean build on ESP-IDF when component/platform combos change (#9028)
This commit is contained in:
@@ -389,6 +389,7 @@ class LoadValidationStep(ConfigValidationStep):
|
||||
result.add_str_error(f"Platform not found: '{p_domain}'", path)
|
||||
continue
|
||||
CORE.loaded_integrations.add(p_name)
|
||||
CORE.loaded_platforms.add(f"{self.domain}/{p_name}")
|
||||
|
||||
# Process AUTO_LOAD
|
||||
for load in platform.auto_load:
|
||||
|
Reference in New Issue
Block a user