core/homeassistant/components/rainmachine/strings.json

20 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"
}
}
}