22 lines
689 B
JSON
22 lines
689 B
JSON
|
{
|
||
|
"config": {
|
||
|
"step": {
|
||
|
"user": {
|
||
|
"title": "Vorwerk Account Info",
|
||
|
"data": {
|
||
|
"email": "[%key:common::config_flow::data::email%]",
|
||
|
"code": "Code"
|
||
|
},
|
||
|
"description": "To recieve an authentication code, enter the email address of your vorwerk account.\n\nSee [Vorwerk documentation]({docs_url})."
|
||
|
}
|
||
|
},
|
||
|
"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"
|
||
|
}
|