hass-core/homeassistant/components/rainmachine/strings.json
Aaron Bach 8aa1283adc
Add Rainmachine config entry (#18419)
* 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
2018-11-14 13:23:49 -07:00

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