add missing string in string.json

This commit is contained in:
Michael Graf 2021-03-20 16:14:40 +01:00
parent 24678b8e80
commit 5b7aa7f0a8

View File

@ -4,10 +4,16 @@
"user": { "user": {
"title": "Vorwerk Account Info", "title": "Vorwerk Account Info",
"data": { "data": {
"email": "[%key:common::config_flow::data::email%]", "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})." "description": "To recieve an authentication code, enter the email address of your vorwerk account.\n\nSee [Vorwerk documentation]({docs_url})."
},
"code": {
"title": "Vorwerk Account Info",
"data": {
"code": "Code"
},
"description": "Enter the code you received by email.\n\nSee [Vorwerk documentation]({docs_url})."
} }
}, },
"error": { "error": {