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:
@@ -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
|
||||
|
Reference in New Issue
Block a user