Skip to content

Commit

Permalink
Added Airthings, Schlage, SmartThings and Zooz batteries (#55)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
lymanepp authored Dec 16, 2023
1 parent 0b30cca commit 7feb5a7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions custom_components/battery_notes/data/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@
"$schema": "../../../schema.json",
"version": 1,
"devices": [
{
"manufacturer": "Airthings AS",
"model": "Wave Plus",
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "Aldi",
"model": "MEGOS switch and dimming light remote control (141L100RC)",
"battery_type": "CR2450"
},
{
"manufacturer": "Allegion",
"model": "BE469ZP",
"battery_type": "AAA",
"battery_quantity": 4
},
{
"manufacturer": "Develco",
"model": "Smoke detector with siren (SMSZB-120)",
Expand Down Expand Up @@ -170,6 +182,11 @@
"battery_type": "AA",
"battery_quantity": 2
},
{
"manufacturer": "SmartThings",
"model": "Multipurpose sensor (2018 model) (IM6001-MPP01)",
"battery_type": "CR2450"
},
{
"manufacturer": "Sonoff",
"model": "Contact sensor (SNZB-04)",
Expand Down Expand Up @@ -343,6 +360,21 @@
"model": "MiJia wireless switch (WXKG01LM)",
"battery_type": "CR2032"
},
{
"manufacturer": "Zooz",
"model": "ZSE40 700",
"battery_type": "CR123A"
},
{
"manufacturer": "Zooz",
"model": "ZSE41",
"battery_type": "CR2032"
},
{
"manufacturer": "Zooz",
"model": "ZSE42",
"battery_type": "CR2032"
},
{
"manufacturer": "_TZ3000_4fjiwweb",
"model": "TS004F",
Expand Down

0 comments on commit 7feb5a7

Please sign in to comment.