2019-04-09 12:26:58 +00:00
{
"config" : {
"step" : {
"user" : {
"title" : "Authentication Provider" ,
"description" : "Pick via which authentication provider you want to authenticate with Logi Circle." ,
2020-04-16 19:52:53 +00:00
"data" : { "flow_impl" : "Provider" }
2019-04-09 12:26:58 +00:00
} ,
"auth" : {
"title" : "Authenticate with Logi Circle" ,
2020-05-14 17:33:14 +00:00
"description" : "Please follow the link below and **Accept** access to your Logi Circle account, then come back and press **Submit** below.\n\n[Link]({authorization_url})"
2019-04-09 12:26:58 +00:00
}
} ,
"error" : {
2020-10-11 15:11:45 +00:00
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"authorize_url_timeout" : "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]" ,
2019-04-09 12:26:58 +00:00
"follow_link" : "Please follow the link and authenticate before pressing Submit."
} ,
"abort" : {
2020-10-11 15:11:45 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]" ,
2019-04-09 12:26:58 +00:00
"external_error" : "Exception occurred from another flow." ,
"external_setup" : "Logi Circle successfully configured from another flow." ,
2020-10-11 15:11:45 +00:00
"missing_configuration" : "[%key:common::config_flow::abort::oauth2_missing_configuration%]"
2019-04-09 12:26:58 +00:00
}
}
}