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." ,
2020-10-12 00:03:31 +00:00
"authorize_url_timeout" : "Timeout generating authorize URL." ,
"missing_configuration" : "The component is not configured. Please follow the documentation." ,
"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/)." ,
"single_instance_allowed" : "Already configured. Only a single configuration possible."
2018-06-13 15:14:52 +00:00
} ,
"error" : {
"internal_error" : "Internal error validating code" ,
"invalid_code" : "Invalid code" ,
2020-10-12 00:03:31 +00:00
"invalid_pin" : "Invalid PIN Code" ,
2018-06-13 15:14:52 +00:00
"timeout" : "Timeout validating code" ,
2020-10-12 00:03:31 +00:00
"unknown" : "Unexpected error"
2018-06-13 15:14:52 +00:00
} ,
"step" : {
"init" : {
"data" : {
"flow_impl" : "Provider"
} ,
2020-10-12 00:03:31 +00:00
"description" : "Pick Authentication Method" ,
2018-06-13 15:14:52 +00:00
"title" : "Authentication Provider"
} ,
"link" : {
"data" : {
2020-10-12 00:03:31 +00:00
"code" : "PIN Code"
2018-06-13 15:14:52 +00:00
} ,
"description" : "To link your Nest account, [authorize your account]({url}).\n\nAfter authorization, copy-paste the provided pin code below." ,
"title" : "Link Nest Account"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-06-13 15:14:52 +00:00
}