Add missing oauth2 error abort reason (#48112)
This commit is contained in:
parent
8a56dbf587
commit
3742f175ad
2 changed files with 4 additions and 0 deletions
|
@ -163,6 +163,9 @@ def _custom_tasks(template, info) -> None:
|
|||
}
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
||||
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
||||
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
|
||||
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
|
||||
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
|
||||
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue