Skip to content

Commit e7fc1b7

Browse files
Adds support for common Aqara and Philips Hue Zigbee & Xiaomi BLE devices (#89)
* Adds support for common Aqara and Philips Hue Zigbee & Xiaomi BLE devices * Update library.json * Update library.json * Update library.json --------- Co-authored-by: Andrew Jackson <[email protected]>
1 parent 7b9158e commit e7fc1b7

File tree

1 file changed

+44
-2
lines changed

1 file changed

+44
-2
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,11 @@
317317
"battery_type": "CR123A",
318318
"battery_quantity": 2
319319
},
320+
{
321+
"manufacturer": "LUMI",
322+
"model": "lumi.curtain.acn002",
323+
"battery_type": "Rechargeable"
324+
},
320325
{
321326
"manufacturer": "LUMI",
322327
"model": "lumi.remote.b1acn01",
@@ -337,6 +342,11 @@
337342
"model": "lumi.sensor_cube.aqgl01",
338343
"battery_type": "CR2450"
339344
},
345+
{
346+
"manufacturer": "LUMI",
347+
"model": "lumi.sensor_switch.aq3",
348+
"battery_type": "CR2032"
349+
},
340350
{
341351
"manufacturer": "LUMI",
342352
"model": "lumi.sen_ill.mgl01",
@@ -356,12 +366,27 @@
356366
"manufacturer": "LUMI",
357367
"model": "lumi.sensor_magnet.aq2",
358368
"battery_type": "CR1632"
359-
},
369+
},
370+
{
371+
"manufacturer": "LUMI",
372+
"model": "lumi.sensor_motion.aq2",
373+
"battery_type": "CR2450"
374+
},
360375
{
361376
"manufacturer": "LUMI",
362377
"model": "lumi.sensor_wleak.aq1",
363378
"battery_type": "CR2032"
364379
},
380+
{
381+
"manufacturer": "LUMI",
382+
"model": "lumi.vibration.aq1",
383+
"battery_type": "CR2032"
384+
},
385+
{
386+
"manufacturer": "LUMI",
387+
"model": "lumi.weather",
388+
"battery_type": "CR2032"
389+
},
365390
{
366391
"manufacturer": "Meross",
367392
"model": "ms100",
@@ -378,6 +403,7 @@
378403
"model": "IO Series 6/7",
379404
"battery_type": "Rechargeable"
380405
},
406+
{
381407
"manufacturer": "Oras",
382408
"model": "Electra Washbasin Faucet",
383409
"battery_type": "2CR5"
@@ -436,6 +462,11 @@
436462
"model": "Hue wall switch module (929003017102)",
437463
"battery_type": "CR2450"
438464
},
465+
{
466+
"manufacturer": "Philips",
467+
"model": "RWL021",
468+
"battery_type": "CR2450"
469+
},
439470
{
440471
"manufacturer": "Ring",
441472
"model": "Doorbell 2",
@@ -772,6 +803,11 @@
772803
"model": "LYWSD03MMC",
773804
"battery_type": "CR2032"
774805
},
806+
{
807+
"manufacturer": "Xiaomi",
808+
"model": "LYWSDCGQ",
809+
"battery_type": "AAA"
810+
},
775811
{
776812
"manufacturer": "Xiaomi",
777813
"model": "MCCGQ01LM",
@@ -807,7 +843,13 @@
807843
"manufacturer": "Xiaomi",
808844
"model": "WSDCGQ01LM",
809845
"battery_type": "CR2032"
810-
},
846+
},
847+
{
848+
"manufacturer": "Xiaomi",
849+
"model": "XMTZC02HM/XMTZC05HM/NUN4049CN",
850+
"battery_type": "AAA",
851+
"battery_quantity": 4
852+
},
811853
{
812854
"manufacturer": "Zooz",
813855
"model": "ZSE40 700",

0 commit comments

Comments
 (0)