You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"battery_low_threshold": "0 will use the global default threshold",
43
+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
44
+
}
45
+
},
46
+
"manual": {
47
+
"description": "This device is marked in the library as manual, variants use different battery types so it cannot be set in the library.\nThe next step will allow you to set your battery type but please do not submit a device request.",
48
+
"title": "Device manual configuration"
49
+
}
50
+
},
51
+
"abort": {
52
+
"already_configured": "Device is already configured"
53
+
},
54
+
"error": {
55
+
"unknown": "Unknown error occurred.",
56
+
"unconfigurable_entity": "It is not possible to add this entity to Battery Notes."
"name": "Leaving blank will take the name from the source device",
72
+
"battery_low_threshold": "0 will use the global default threshold",
73
+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
74
+
}
75
+
}
76
+
},
77
+
"error": {
78
+
"orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.",
79
+
"unknown": "Unknown error occurred."
80
+
}
81
+
},
82
+
"entity": {
83
+
"binary_sensor": {
84
+
"battery_low": {
85
+
"name": "{device_name}Battery low",
86
+
"state_attributes": {
87
+
"battery_low_threshold": {
88
+
"name": "Battery low threshold"
89
+
}
90
+
}
91
+
}
92
+
},
93
+
"button": {
94
+
"battery_replaced": {
95
+
"name": "{device_name}Battery replaced"
96
+
}
97
+
},
98
+
"sensor": {
99
+
"battery_plus": {
100
+
"name": "{device_name}Battery+",
101
+
"state_attributes": {
102
+
"battery_type": {
103
+
"name": "Battery type"
104
+
},
105
+
"battery_quantity": {
106
+
"name": "Battery quantity"
107
+
},
108
+
"battery_type_and_quantity": {
109
+
"name": "Battery type and quantity"
110
+
},
111
+
"battery_last_replaced": {
112
+
"name": "Battery last replaced"
113
+
},
114
+
"battery_low": {
115
+
"name": "Battery low"
116
+
},
117
+
"battery_low_threshold": {
118
+
"name": "Battery low threshold"
119
+
},
120
+
"battery_last_reported": {
121
+
"name": "Battery last reported"
122
+
},
123
+
"battery_last_reported_level": {
124
+
"name": "Battery last reported level"
125
+
},
126
+
"source_entity_id": {
127
+
"name": "Source Entity Id"
128
+
},
129
+
"device_id": {
130
+
"name": "Device Id"
131
+
},
132
+
"device_name": {
133
+
"name": "Device name"
134
+
}
135
+
}
136
+
},
137
+
"battery_type": {
138
+
"name": "{device_name}Battery type",
139
+
"state_attributes": {
140
+
"battery_type": {
141
+
"name": "Battery type"
142
+
},
143
+
"battery_quantity": {
144
+
"name": "Battery quantity"
145
+
}
146
+
}
147
+
},
148
+
"battery_last_replaced": {
149
+
"name": "{device_name}Battery last replaced"
150
+
}
151
+
}
152
+
},
153
+
"services": {
154
+
"set_battery_replaced": {
155
+
"description": "Set the battery last replaced.",
156
+
"fields": {
157
+
"device_id": {
158
+
"description": "Device that has had its battery replaced.",
159
+
"name": "Device"
160
+
},
161
+
"entity_id": {
162
+
"description": "Entity that has had its battery replaced (only used for entity associated battery notes).",
163
+
"name": "Entity"
164
+
},
165
+
"datetime_replaced": {
166
+
"description": "Date replaced.",
167
+
"name": "Date"
168
+
}
169
+
},
170
+
"name": "Set battery replaced"
171
+
},
172
+
"check_battery_last_reported": {
173
+
"description": "Raise events for devices that haven't reported their battery level.",
174
+
"fields": {
175
+
"days_last_reported": {
176
+
"description": "Number of days since a device last reported its battery level.",
177
+
"name": "Days"
178
+
}
179
+
},
180
+
"name": "Check battery last reported"
181
+
},
182
+
"check_battery_low": {
183
+
"description": "Raise events for devices that have a low battery.",
184
+
"name": "Check battery low"
185
+
}
186
+
},
187
+
"issues": {
188
+
"missing_device": {
189
+
"title": "Orphaned Battery Note",
190
+
"fix_flow": {
191
+
"step": {
192
+
"confirm": {
193
+
"title": "Orphaned Battery Note",
194
+
"description": "The associated device or entity no longer exists for the Battery Note entry {name}, the Battery Note should be deleted.\nSelect **Submit** to delete this Battery Note."
0 commit comments