-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathen.json
More file actions
97 lines (97 loc) · 2.31 KB
/
Copy pathen.json
File metadata and controls
97 lines (97 loc) · 2.31 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
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
94
95
96
97
{
"config": {
"step": {
"user": {
"data": {
"username": "Username",
"password": "Password"
},
"data_description": {
"username": "Username / Phone / Email"
}
},
"reconfigure": {
"data": {
"username": "Username",
"password": "Password"
}
}
},
"error": {
"invalid_auth": "Invalid username or password",
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"abort": {
"already_configured": "This Ninebot account is already configured"
}
},
"options": {
"step": {
"init": {
"data": {
"poll_interval": "Polling interval (seconds)",
"keep_last_data_on_error": "Keep last data when updates fail",
"request_delay": "Request delay (seconds)",
"device_delay": "Device delay (seconds)"
},
"data_description": {
"keep_last_data_on_error": "Optional. When enabled, entities keep the last successful data if the Ninebot API update fails because of network or service errors. Authentication failures still trigger re-authentication.",
"request_delay": "Seconds to wait between Ninebot API requests. Defaults to 0 seconds to keep the existing behavior.",
"device_delay": "Seconds to wait between different vehicles. Defaults to 0 seconds to keep the existing behavior."
}
}
}
},
"entity": {
"sensor": {
"battery": {
"name": "Battery"
},
"endurance": {
"name": "Endurance"
},
"month_mileage": {
"name": "Month mileage"
},
"last_mileage": {
"name": "Last mileage"
},
"month_energy": {
"name": "Month energy"
},
"last_energy": {
"name": "Last energy"
}
},
"binary_sensor": {
"charging": {
"name": "Charging"
},
"power": {
"name": "Power status"
},
"lock": {
"name": "Lock status"
}
},
"button": {
"bell": {
"name": "Bell"
},
"bucket": {
"name": "Open bucket"
}
},
"lock": {
"lock": {
"name": "Lock"
}
},
"device_tracker": {
"location": {
"name": "Location"
}
}
}
}