2018-06-13 15:14:52 +00:00
{
"config" : {
"abort" : {
"already_setup" : "You can only configure a single Nest account." ,
"authorize_url_fail" : "Unknown error generating an authorize url." ,
"authorize_url_timeout" : "Timeout generating authorize url." ,
2019-10-03 00:34:28 +00:00
"no_flows" : "You need to configure Nest before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/nest/)."
2018-06-13 15:14:52 +00:00
} ,
"error" : {
"internal_error" : "Internal error validating code" ,
"invalid_code" : "Invalid code" ,
"timeout" : "Timeout validating code" ,
"unknown" : "Unknown error validating code"
} ,
"step" : {
"init" : {
"data" : {
"flow_impl" : "Provider"
} ,
"description" : "Pick via which authentication provider you want to authenticate with Nest." ,
"title" : "Authentication Provider"
} ,
"link" : {
"data" : {
"code" : "Pin code"
} ,
"description" : "To link your Nest account, [authorize your account]({url}).\n\nAfter authorization, copy-paste the provided pin code below." ,
"title" : "Link Nest Account"
}
} ,
"title" : "Nest"
}
}