* Initial stuff * More work in place * Starting with tests * Device registry in place * Hound * Linting * Member comments (including extracting device registry) * Member comments (plus I forgot cleanup!) * Hound * More Hound * Removed old import * Adding config entry test to coverage * Updated strings
19 lines
406 B
JSON
19 lines
406 B
JSON
{
|
|
"config": {
|
|
"title": "RainMachine",
|
|
"step": {
|
|
"user": {
|
|
"title": "Fill in your information",
|
|
"data": {
|
|
"ip_address": "Hostname or IP Address",
|
|
"password": "Password",
|
|
"port": "Port"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"identifier_exists": "Account already registered",
|
|
"invalid_credentials": "Invalid credentials"
|
|
}
|
|
}
|
|
}
|