From 6da01904c405778b63447214c13b214c31c726f8 Mon Sep 17 00:00:00 2001 From: cgtobi Date: Mon, 25 Nov 2019 14:42:40 +0100 Subject: [PATCH] Fix typo in scaffold generator script (#29058) --- script/scaffold/generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}."