diff --git a/script/scaffold/generate.py b/script/scaffold/generate.py index a04cdb3ef5e..59767249d29 100644 --- a/script/scaffold/generate.py +++ b/script/scaffold/generate.py @@ -154,7 +154,7 @@ def _custom_tasks(template, info) -> None: "pick_implementation": {"title": "Pick Authentication Method"} }, "abort": { - "missing_configuration": "The Somfy component is not configured. Please follow the documentation." + "missing_configuration": "The {info.name} component is not configured. Please follow the documentation." }, "create_entry": { "default": f"Successfully authenticated with {info.name}."