mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Allow hassfest to validate specific integrations (#34277)
This commit is contained in:
@@ -249,6 +249,9 @@ def validate(integrations: Dict[str, Integration], config):
|
||||
|
||||
validate_dependencies(integrations, integration)
|
||||
|
||||
if config.specific_integrations:
|
||||
continue
|
||||
|
||||
# check that all referenced dependencies exist
|
||||
for dep in integration.manifest.get("dependencies", []):
|
||||
if dep not in integrations:
|
||||
|
||||
Reference in New Issue
Block a user