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

30 lines
898 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"api_key": "API Key"
},
"description": "You will need the API Key from https://app.rach.io/. Select 'Account Settings, and then click on 'GET API KEY'.",
"title": "Connect to your Rachio device"
}
}
},
"options": {
"step": {
"init": {
"data": {
"manual_run_mins": "For how long, in minutes, to turn on a station when the switch is enabled."
}
}
}
}
}