mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Remove copy paste error
This commit is contained in:
parent
c2b4e24372
commit
1761b25879
@ -91,11 +91,3 @@ def validate(integrations: Dict[str, Integration], config):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
validate_services(integration)
|
validate_services(integration)
|
||||||
|
|
||||||
# check that all referenced dependencies exist
|
|
||||||
for dep in integration.manifest['dependencies']:
|
|
||||||
if dep not in integrations:
|
|
||||||
integration.add_error(
|
|
||||||
'dependencies',
|
|
||||||
"Dependency {} does not exist"
|
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user