Skip to content

Commit

Permalink
Adds support for common Aqara and Philips Hue Zigbee & Xiaomi BLE dev…
Browse files Browse the repository at this point in the history
…ices (#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]>
  • Loading branch information
codyc1515 and andrew-codechimp authored Dec 18, 2023
1 parent 7b9158e commit e7fc1b7
Showing 1 changed file with 44 additions and 2 deletions.
46 changes: 44 additions & 2 deletions custom_components/battery_notes/data/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,11 @@
"battery_type": "CR123A",
"battery_quantity": 2
},
{
"manufacturer": "LUMI",
"model": "lumi.curtain.acn002",
"battery_type": "Rechargeable"
},
{
"manufacturer": "LUMI",
"model": "lumi.remote.b1acn01",
Expand All @@ -337,6 +342,11 @@
"model": "lumi.sensor_cube.aqgl01",
"battery_type": "CR2450"
},
{
"manufacturer": "LUMI",
"model": "lumi.sensor_switch.aq3",
"battery_type": "CR2032"
},
{
"manufacturer": "LUMI",
"model": "lumi.sen_ill.mgl01",
Expand All @@ -356,12 +366,27 @@
"manufacturer": "LUMI",
"model": "lumi.sensor_magnet.aq2",
"battery_type": "CR1632"
},
},
{
"manufacturer": "LUMI",
"model": "lumi.sensor_motion.aq2",
"battery_type": "CR2450"
},
{
"manufacturer": "LUMI",
"model": "lumi.sensor_wleak.aq1",
"battery_type": "CR2032"
},
{
"manufacturer": "LUMI",
"model": "lumi.vibration.aq1",
"battery_type": "CR2032"
},
{
"manufacturer": "LUMI",
"model": "lumi.weather",
"battery_type": "CR2032"
},
{
"manufacturer": "Meross",
"model": "ms100",
Expand All @@ -378,6 +403,7 @@
"model": "IO Series 6/7",
"battery_type": "Rechargeable"
},
{
"manufacturer": "Oras",
"model": "Electra Washbasin Faucet",
"battery_type": "2CR5"
Expand Down Expand Up @@ -436,6 +462,11 @@
"model": "Hue wall switch module (929003017102)",
"battery_type": "CR2450"
},
{
"manufacturer": "Philips",
"model": "RWL021",
"battery_type": "CR2450"
},
{
"manufacturer": "Ring",
"model": "Doorbell 2",
Expand Down Expand Up @@ -772,6 +803,11 @@
"model": "LYWSD03MMC",
"battery_type": "CR2032"
},
{
"manufacturer": "Xiaomi",
"model": "LYWSDCGQ",
"battery_type": "AAA"
},
{
"manufacturer": "Xiaomi",
"model": "MCCGQ01LM",
Expand Down Expand Up @@ -807,7 +843,13 @@
"manufacturer": "Xiaomi",
"model": "WSDCGQ01LM",
"battery_type": "CR2032"
},
},
{
"manufacturer": "Xiaomi",
"model": "XMTZC02HM/XMTZC05HM/NUN4049CN",
"battery_type": "AAA",
"battery_quantity": 4
},
{
"manufacturer": "Zooz",
"model": "ZSE40 700",
Expand Down

0 comments on commit e7fc1b7

Please sign in to comment.