2018-06-13 15:14:52 +00:00
{
"config" : {
"step" : {
"init" : {
"title" : "Authentication Provider" ,
"description" : "Pick via which authentication provider you want to authenticate with Nest." ,
2020-04-16 19:52:53 +00:00
"data" : { "flow_impl" : "Provider" }
2018-06-13 15:14:52 +00:00
} ,
"link" : {
"title" : "Link Nest Account" ,
"description" : "To link your Nest account, [authorize your account]({url}).\n\nAfter authorization, copy-paste the provided pin code below." ,
2020-04-16 19:52:53 +00:00
"data" : { "code" : "Pin code" }
2018-06-13 15:14:52 +00:00
}
} ,
"error" : {
"timeout" : "Timeout validating code" ,
"invalid_code" : "Invalid code" ,
"unknown" : "Unknown error validating code" ,
"internal_error" : "Internal error validating code"
} ,
"abort" : {
"already_setup" : "You can only configure a single Nest account." ,
"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/)." ,
"authorize_url_timeout" : "Timeout generating authorize url." ,
"authorize_url_fail" : "Unknown error generating an authorize url."
}
}
2020-04-05 15:27:16 +00:00
}