mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
Fix typo in scaffold generator script (#29058)
This commit is contained in:
parent
1043712c54
commit
6da01904c4
@ -154,7 +154,7 @@ def _custom_tasks(template, info) -> None:
|
|||||||
"pick_implementation": {"title": "Pick Authentication Method"}
|
"pick_implementation": {"title": "Pick Authentication Method"}
|
||||||
},
|
},
|
||||||
"abort": {
|
"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": {
|
"create_entry": {
|
||||||
"default": f"Successfully authenticated with {info.name}."
|
"default": f"Successfully authenticated with {info.name}."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user