core/homeassistant/components/ecobee/translations/en.json

24 lines
915 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"pin_request_failed": "Error requesting PIN from ecobee; please verify API key is correct.",
"token_request_failed": "Error requesting tokens from ecobee; please try again."
},
"step": {
"authorize": {
"description": "Please authorize this app at https://www.ecobee.com/consumerportal/index.html with PIN code:\n\n{pin}\n\nThen, press Submit.",
"title": "Authorize app on ecobee.com"
},
"user": {
"data": {
"api_key": "API Key"
},
"description": "Please enter the API key obtained from ecobee.com.",
"title": "ecobee API key"
}
}
}
}