1
0
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:
Clyde Stubbs
2025-06-09 08:39:02 +10:00
committed by GitHub
parent 9cc2a04d54
commit 4d044d4ac9
4 changed files with 20 additions and 6 deletions

View File

@@ -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: