20 lines
583 B
JSON
20 lines
583 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to iAqualink",
|
|
"description": "Please enter the username and password for your iAqualink account.",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::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."
|
|
}
|
|
}
|
|
} |