Files
core/homeassistant/components/iaqualink/strings.json
T
Florent ThoumieandMartin Hjelmare 0abb2f3eb8 Add new integration for Jandy iAqualink pool control (#26034)
* Import new iaqualink component with climate platform.

* Style and unittest changes, fix async_step_import.

* Reorder imports.

* Fix stale doctstrings and add unittest.
2019-09-06 22:21:56 +02:00

22 lines
562 B
JSON

{
"config": {
"title": "Jandy iAqualink",
"step": {
"user": {
"title": "Connect to iAqualink",
"description": "Please enter the username and password for your iAqualink account.",
"data": {
"username": "Username / Email Address",
"password": "Password"
}
}
},
"error": {
"connection_failure": "Unable to connect to iAqualink. Check your username and password."
},
"abort": {
"already_setup": "You can only configure a single iAqualink connection."
}
}
}