1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Fix config flow abort for oauth integrations when no implementation exception (#161631)

This commit is contained in:
Josef Zweck
2026-01-27 07:19:03 +01:00
committed by GitHub
parent 7e2878ec83
commit 9a03005d87
50 changed files with 78 additions and 1 deletions
+1
View File
@@ -187,6 +187,7 @@ def _custom_tasks(template, info: Info) -> None:
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]",
"oauth_implementation_unavailable": "[%key:common::config_flow::abort::oauth2_implementation_unavailable%]",
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",