Fix typo in scaffold generator script (#29058)
This commit is contained in:
parent
1043712c54
commit
6da01904c4
1 changed files with 1 additions and 1 deletions
|
@ -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}."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue