2020-03-14 05:46:17 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Connect to your Rachio device",
|
2020-04-05 15:27:16 +00:00
|
|
|
"description": "You will need the API Key from https://app.rach.io/. Select 'Account Settings, and then click on 'GET API KEY'.",
|
2020-04-16 19:52:53 +00:00
|
|
|
"data": { "api_key": "The API key for the Rachio account." }
|
2020-03-14 05:46:17 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect, please try again",
|
|
|
|
"invalid_auth": "Invalid authentication",
|
|
|
|
"unknown": "Unexpected error"
|
|
|
|
},
|
2020-04-16 19:52:53 +00:00
|
|
|
"abort": { "already_configured": "Device is already configured" }
|
2020-03-14 05:46:17 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"manual_run_mins": "For how long, in minutes, to turn on a station when the switch is enabled."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|