2018-11-14 20:23:49 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Fill in your information",
|
|
|
|
"data": {
|
|
|
|
"ip_address": "Hostname or IP Address",
|
2020-05-12 17:50:44 +00:00
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
2018-11-14 20:23:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"identifier_exists": "Account already registered",
|
|
|
|
"invalid_credentials": "Invalid credentials"
|
2020-02-24 20:05:54 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "This RainMachine controller is already configured."
|
2018-11-14 20:23:49 +00:00
|
|
|
}
|
|
|
|
}
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|