mirror of
https://github.com/esphome/esphome.git
synced 2026-05-28 21:59:59 +08:00
[core] Fix dynamic auto load priority (#11112)
This commit is contained in:
+1
-1
@@ -647,7 +647,7 @@ class AddDynamicAutoLoadsValidationStep(ConfigValidationStep):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
# Has to happen after normal schema is validated and before final schema validation
|
# 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:
|
def __init__(self, path: ConfigPath, comp: ComponentManifest) -> None:
|
||||||
self.path = path
|
self.path = path
|
||||||
|
|||||||
Reference in New Issue
Block a user