Skip to content

Commit 92beea3

Browse files
Added a few devices (#75)
* Update library.json eQ-3: HmIP-WTH-2 a few Zigbee devices with deCONZ: Develco (AQSZB-110), eWeLink (TH01), IKEA (Tradfri ON/OFF, SYMFONISK, RODRET), LUMI/Aqara (Opple switch, temperature, water leak, illuminance, cube, magnet) * Update library.json --------- Co-authored-by: Andrew Jackson <andrew@codechimp.org>
1 parent d0a99f2 commit 92beea3

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
"model": "Smoke detector with siren (SMSZB-120)",
3131
"battery_type": "CR123"
3232
},
33+
{
34+
"manufacturer": "Develco Products A/S",
35+
"model": "AQSZB-110",
36+
"battery_type": "AAA",
37+
"battery_quantity": 2
38+
},
3339
{
3440
"manufacturer": "DIYRuZ",
3541
"model": "[Flower sensor](http://modkam.ru/?p=1700) (DIYRuZ_Flower)",
@@ -46,6 +52,18 @@
4652
"model": "MS01",
4753
"battery_type": "CR2450"
4854
},
55+
{
56+
"manufacturer": "eWeLink",
57+
"model": "TH01",
58+
"battery_type": "AA",
59+
"battery_quantity": 2
60+
},
61+
{
62+
"manufacturer": "eQ-3",
63+
"model": "HmIP-WTH-2",
64+
"battery_type": "AAA",
65+
"battery_quantity": 2
66+
},
4967
{
5068
"manufacturer": "eQ-3",
5169
"model": "HmIP-WRC6",
@@ -198,6 +216,21 @@
198216
"model": "TRADFRI shortcut button (E1812)",
199217
"battery_type": "CR2032"
200218
},
219+
{
220+
"manufacturer": "IKEA of Sweden",
221+
"model": "SYMFONISK Sound Controller",
222+
"battery_type": "CR2032"
223+
},
224+
{
225+
"manufacturer": "IKEA of Sweden",
226+
"model": "RODRET Dimmer",
227+
"battery_type": "AAA"
228+
},
229+
{
230+
"manufacturer": "IKEA of Sweden",
231+
"model": "TRADFRI ON/OFF switch",
232+
"battery_type": "CR2032"
233+
},
201234
{
202235
"manufacturer": "Kwikset",
203236
"model": "HALO-01",
@@ -225,6 +258,36 @@
225258
"model": "lumi.weather",
226259
"battery_type": "CR2032"
227260
},
261+
{
262+
"manufacturer": "LUMI",
263+
"model": "lumi.sensor_cube.aqgl01",
264+
"battery_type": "CR2450"
265+
},
266+
{
267+
"manufacturer": "LUMI",
268+
"model": "lumi.sen_ill.mgl01",
269+
"battery_type": "CR2450"
270+
},
271+
{
272+
"manufacturer": "LUMI",
273+
"model": "lumi.remote.b686opcn01",
274+
"battery_type": "CR2032"
275+
},
276+
{
277+
"manufacturer": "LUMI",
278+
"model": "lumi.sensor_h1",
279+
"battery_type": "CR2032"
280+
},
281+
{
282+
"manufacturer": "LUMI",
283+
"model": "lumi.sensor_magnet.aq2",
284+
"battery_type": "CR1632"
285+
},
286+
{
287+
"manufacturer": "LUMI",
288+
"model": "lumi.sensor_wleak.aq1",
289+
"battery_type": "CR2032"
290+
},
228291
{
229292
"manufacturer": "ORVIBO",
230293
"model": "e70f96b3773a4c9283c6862dbafb6a99",

0 commit comments

Comments
 (0)