forked from SteinRobert/homeassistant-vorwerk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
strings.json
28 lines (28 loc) · 802 Bytes
/
strings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"config": {
"step": {
"user": {
"title": "Vorwerk Account Info",
"data": {
"email": "[%key:common::config_flow::data::email%]"
},
"description": "To recieve an authentication code, enter the email address of your vorwerk account."
},
"code": {
"title": "Vorwerk Account Info",
"data": {
"code": "Code"
},
"description": "Enter the code you received by email."
}
},
"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"
}