generated from ludeeus/integration_blueprint
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathen.json
93 lines (93 loc) · 2.59 KB
/
en.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"config": {
"abort": {
"already_configured": "Device is already configured",
"update_success": "Update successful",
"false_discovery": "False-positive Discovery",
"discovery_finished": "Discovered {count} device(s)"
},
"error": {
"auth_failed": "Authentication failed",
"cannot_connect": "Failed to connect",
"invalid_host": "Invalid host"
},
"step": {
"user": {
"menu_options": {
"manual": "Manual",
"start_discovery": "Discovery"
}
},
"manual": {
"data": {
"host": "Host"
},
"data_description": {
"host": "The IP address, host, or base url of the device"
}
},
"auth": {
"title": "Authentication",
"description": "Your device is password protected. Please provide the credentials here.",
"data": {
"username": "Username",
"password": "Password"
}
},
"confirm": {
"title": "Confirm Config"
}
}
},
"entity": {
"button": {
"check_update": {
"name": "Check for Updates"
}
},
"sensor": {
"energy_program": {
"name": "Energy Program"
},
"energy_average": {
"name": "Energy Average"
},
"energy_total": {
"name": "Energy Total"
},
"water_program": {
"name": "Water Program"
},
"water_average": {
"name": "Water Average"
},
"water_total": {
"name": "Water Total"
},
"last_notification": {
"name": "Last Notification"
},
"program": {
"name": "Program",
"state": {
"standby": "Standby",
"active": "Active"
}
},
"program_end": {
"name": "Program End"
},
"program_end_raw": {
"name": "Program End Raw"
},
"status": {
"name": "Status"
}
},
"update": {
"update": {
"name": "Update"
}
}
}
}