{ "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.", "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/).", "no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})", "single_instance_allowed": "Already configured. Only a single configuration possible." }, "create_entry": { "default": "Successfully authenticated" }, "error": { "internal_error": "Internal error validating code", "invalid_code": "Invalid code", "invalid_pin": "Invalid PIN Code", "timeout": "Timeout validating code", "unknown": "Unexpected error" }, "step": { "init": { "data": { "flow_impl": "Provider" }, "description": "Pick Authentication Method", "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" }, "pick_implementation": { "title": "Pick Authentication Method" } } } }