1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-11 14:23:47 +01:00

[core] Fix dynamic auto load priority (#11112)

This commit is contained in:
Jesse Hills
2025-10-08 16:05:09 +13:00
committed by GitHub
parent b74715fe14
commit a541549d23

View File

@@ -647,7 +647,7 @@ class AddDynamicAutoLoadsValidationStep(ConfigValidationStep):
"""
# Has to happen after normal schema is validated and before final schema validation
priority = -10.0
priority = -5.0
def __init__(self, path: ConfigPath, comp: ComponentManifest) -> None:
self.path = path