mirror of
https://github.com/home-assistant/core.git
synced 2025-11-04 16:39:28 +00:00
Random hassfest fixes (#23314)
This commit is contained in:
committed by
Martin Hjelmare
parent
ddb5ff3b71
commit
00d26b3049
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user