Random hassfest fixes (#23314)

This commit is contained in:
Paulus Schoutsen 2019-04-22 23:34:37 -07:00 committed by Martin Hjelmare
parent ddb5ff3b71
commit 00d26b3049
3 changed files with 9 additions and 7 deletions

View file

@ -68,5 +68,5 @@ def validate(integrations: Dict[str, Integration], config):
if dep not in integrations:
integration.add_error(
'dependencies',
"Dependency {} does not exist"
"Dependency {} does not exist".format(dep)
)