2020-03-20 20:28:14 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Connect to the MyQ Gateway",
|
2020-05-12 17:50:44 +00:00
|
|
|
"data": {
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
|
|
}
|
2021-05-03 04:52:48 +00:00
|
|
|
},
|
|
|
|
"reauth_confirm": {
|
|
|
|
"description": "The password for {username} is no longer valid.",
|
|
|
|
"title": "Reauthenticate your MyQ Account",
|
|
|
|
"data": {
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
}
|
2020-03-20 20:28:14 +00:00
|
|
|
},
|
|
|
|
"error": {
|
2020-10-05 00:16:23 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
2020-03-20 20:28:14 +00:00
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"abort": {
|
2021-05-03 04:52:48 +00:00
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
2020-10-05 00:16:23 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2020-03-20 20:28:14 +00:00
|
|
|
}
|
2020-10-05 00:16:23 +00:00
|
|
|
}
|