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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,8 @@ Fork the repository, add your device details to the JSON document `custom_compon
92
92
* Please keep devices in alphabetical order by manufacturer/model.
93
93
* The `battery_quantity` data is numeric (no quotes) and optional. If a device only requires a single battery, it should be omitted.
94
94
* The `battery_type` data should follow the most common naming for general batteries (ex. AAA, D) and the IEC naming for battery cells according to [Wikipedia](https://en.wikipedia.org/wiki/List_of_battery_sizes) (ex. CR2032, 18650)
95
+
* If a device has a bespoke rechargeable battery you can use `"battery_type": "Rechargeable"`
96
+
* For devices like smoke alarms where the battery is not replaceable you can use `"battery_type": "Irreplaceable"`
95
97
96
98
For the example image below, your JSON entry will look like this:
0 commit comments