mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Fix typo in scaffold generator script (#29058)
This commit is contained in:
@ -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}."
|
||||
|
Reference in New Issue
Block a user