2019-09-06 20:21:56 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Connect to iAqualink",
|
|
|
|
"description": "Please enter the username and password for your iAqualink account.",
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2019-09-06 20:21:56 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-05 19:55:12 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2019-09-06 20:21:56 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-05 19:55:12 +00:00
|
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
2019-09-06 20:21:56 +00:00
|
|
|
}
|
|
|
|
}
|
2020-10-05 19:55:12 +00:00
|
|
|
}
|