Fix typo in scaffold generator script (#29058)

This commit is contained in:
cgtobi 2019-11-25 14:42:40 +01:00 committed by Pascal Vizeli
parent 1043712c54
commit 6da01904c4

View file

@ -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}."