forked from benleb/sureha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings.json
30 lines (30 loc) · 932 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
29
30
{
"config": {
"step": {
"user": {
"title": "Sure Petcare",
"description": "Login with your Sure Petcare Account.",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
}
},
"options": {
"step": {
"init": {
"title": "SureHA Options",
"description": "Battery options",
"data": {
"voltage_full": "Voltage (batteries full)",
"voltage_low": "Voltage (batteries low)"
}
}
}
}
}