2021-03-20 16:11:04 +01:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Vorwerk Account Info",
|
|
|
|
"data": {
|
2021-03-20 16:14:40 +01:00
|
|
|
"email": "[%key:common::config_flow::data::email%]"
|
2021-03-20 16:11:04 +01:00
|
|
|
},
|
|
|
|
"description": "To recieve an authentication code, enter the email address of your vorwerk account.\n\nSee [Vorwerk documentation]({docs_url})."
|
2021-03-20 16:14:40 +01:00
|
|
|
},
|
|
|
|
"code": {
|
|
|
|
"title": "Vorwerk Account Info",
|
|
|
|
"data": {
|
|
|
|
"code": "Code"
|
|
|
|
},
|
|
|
|
"description": "Enter the code you received by email.\n\nSee [Vorwerk documentation]({docs_url})."
|
2021-03-20 16:11:04 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"title": "Vorwerk Botvac"
|
|
|
|
}
|