Skip to content

Commit 7feb5a7

Browse files
authored
Added Airthings, Schlage, SmartThings and Zooz batteries (#55)
* Added Airthings Wave+ Added Schlage BE469ZP Added SmartThings Multipurpose sensor (2016 and 2018) Added Zooz ZSE40, ZSE41 and ZSE42 * Fix JSON * Fix SmartThings Multipurpose sensor battery type (2018) and remove 2016 until type is verified
1 parent 0b30cca commit 7feb5a7

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22
"$schema": "../../../schema.json",
33
"version": 1,
44
"devices": [
5+
{
6+
"manufacturer": "Airthings AS",
7+
"model": "Wave Plus",
8+
"battery_type": "AAA",
9+
"battery_quantity": 2
10+
},
511
{
612
"manufacturer": "Aldi",
713
"model": "MEGOS switch and dimming light remote control (141L100RC)",
814
"battery_type": "CR2450"
915
},
16+
{
17+
"manufacturer": "Allegion",
18+
"model": "BE469ZP",
19+
"battery_type": "AAA",
20+
"battery_quantity": 4
21+
},
1022
{
1123
"manufacturer": "Develco",
1224
"model": "Smoke detector with siren (SMSZB-120)",
@@ -170,6 +182,11 @@
170182
"battery_type": "AA",
171183
"battery_quantity": 2
172184
},
185+
{
186+
"manufacturer": "SmartThings",
187+
"model": "Multipurpose sensor (2018 model) (IM6001-MPP01)",
188+
"battery_type": "CR2450"
189+
},
173190
{
174191
"manufacturer": "Sonoff",
175192
"model": "Contact sensor (SNZB-04)",
@@ -343,6 +360,21 @@
343360
"model": "MiJia wireless switch (WXKG01LM)",
344361
"battery_type": "CR2032"
345362
},
363+
{
364+
"manufacturer": "Zooz",
365+
"model": "ZSE40 700",
366+
"battery_type": "CR123A"
367+
},
368+
{
369+
"manufacturer": "Zooz",
370+
"model": "ZSE41",
371+
"battery_type": "CR2032"
372+
},
373+
{
374+
"manufacturer": "Zooz",
375+
"model": "ZSE42",
376+
"battery_type": "CR2032"
377+
},
346378
{
347379
"manufacturer": "_TZ3000_4fjiwweb",
348380
"model": "TS004F",

0 commit comments

Comments
 (0)