Random hassfest fixes (#23314)
This commit is contained in:
parent
ddb5ff3b71
commit
00d26b3049
3 changed files with 9 additions and 7 deletions
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue