Skip to content

Commit fca1f61

Browse files
Added several battery devices (#52)
* Added several battery devices - Added Sonoff/eWeLink motion sensor (MS01) - Added quantity to Sonoff/eWeLink door sensor (DS01) - Added another version of the IKEA motion sensor - Added Aqara motion sensor ("LUMI") * Update library.json --------- Co-authored-by: Andrew Jackson <[email protected]>
1 parent 8722c81 commit fca1f61

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
"model": "DS01",
2424
"battery_type": "CR2032"
2525
},
26+
{
27+
"manufacturer": "eWeLink",
28+
"model": "MS01",
29+
"battery_type": "CR2450"
30+
},
2631
{
2732
"manufacturer": "Fantem",
2833
"model": "4 in 1 multi sensor (ZB003-X)",
@@ -68,6 +73,12 @@
6873
"model": "TRADFRI remote control (E1524/E1810)",
6974
"battery_type": "CR2032"
7075
},
76+
{
77+
"manufacturer": "IKEA",
78+
"model": "TRADFRI motion sensor",
79+
"battery_type": "CR2032",
80+
"battery_quantity": 2
81+
},
7182
{
7283
"manufacturer": "IKEA",
7384
"model": "TRADFRI motion sensor (E1525/E1745)",
@@ -90,6 +101,16 @@
90101
"battery_type": "AA",
91102
"battery_quantity": 2
92103
},
104+
{
105+
"manufacturer": "LUMI",
106+
"model": "lumi.remote.b1acn01",
107+
"battery_type": "CR2032"
108+
},
109+
{
110+
"manufacturer": "LUMI",
111+
"model": "lumi.sensor_motion.aq2",
112+
"battery_type": "CR2450"
113+
},
93114
{
94115
"manufacturer": "LUMI",
95116
"model": "lumi.weather",

0 commit comments

Comments
 (0)