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

30 lines
898 B
JSON
Raw Normal View History

{
2020-03-24 13:18:47 +00:00
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
2020-03-24 13:18:47 +00:00
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"api_key": "API Key"
2020-03-24 13:18:47 +00:00
},
"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"
}
2020-04-15 16:51:07 +00:00
}
},
2020-03-24 13:18:47 +00:00
"options": {
"step": {
"init": {
"data": {
"manual_run_mins": "For how long, in minutes, to turn on a station when the switch is enabled."
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}