forked from fsqcx/klyqa_ha_custom_component
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.json
More file actions
35 lines (35 loc) · 1.18 KB
/
en.json
File metadata and controls
35 lines (35 loc) · 1.18 KB
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
29
30
31
32
33
34
35
{
"config": {
"abort": {
"no_devices_found": "No devices found on the network",
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"invalid_mfa_code": "Invalid MFA code"
},
"step": {
"reauth_confirm": {
"data": {
"username": "Email",
"password": "Password",
"scan_interval": "Scan interval",
"sync_rooms": "Synchronize Klyqa rooms",
"host": "Host"
},
"title": "Fill in your Klyqa login information"
},
"user": {
"data": {
"username": "Email",
"password": "Password",
"scan_interval": "Scan interval",
"sync_rooms": "Synchronize Klyqa rooms",
"host": "Host"
},
"title": "Fill in your Klyqa login information"
}
}
}
}