We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3212e7d + a3bc09c commit b814e23Copy full SHA for b814e23
custom_components/daikin_onecta/strings.json
@@ -20,7 +20,8 @@
20
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
21
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
22
"user_rejected_authorize": "[%key:common::config_flow::abort::oauth2_user_rejected_authorize%]",
23
- "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
+ "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
24
+ "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
25
},
26
"create_entry": {
27
"default": "[%key:common::config_flow::create_entry::authenticated%]"
0 commit comments