Skip to content

Commit 2b95166

Browse files
CoolID2andrew-codechimp
andauthored
Add some new devices (#58)
* Add new devieces Aqara Opple Switch Bosch Radiator Tuya Smart Knob * Update library.json Duplicated rather than replaced, probably ZHA vs Z2M --------- Co-authored-by: Andrew Jackson <[email protected]>
1 parent b70883f commit 2b95166

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
"model": "MEGOS switch and dimming light remote control (141L100RC)",
1414
"battery_type": "CR2450"
1515
},
16+
{
17+
"manufacturer": "Bosch",
18+
"model": "Radiator thermostat II (BTH-RA)",
19+
"battery_type": "AA",
20+
"battery_quantity": 2
21+
},
1622
{
1723
"manufacturer": "Allegion",
1824
"model": "BE469ZP",
@@ -219,15 +225,20 @@
219225
"model": "Motion sensor (SNZB-03)",
220226
"battery_type": "CR2450"
221227
},
228+
{
229+
"manufacturer": "Sonoff",
230+
"model": "SNZB-02",
231+
"battery_type": "CR2450"
232+
},
222233
{
223234
"manufacturer": "Sonoff",
224235
"model": "Temperature and humidity sensor (SNZB-02)",
225236
"battery_type": "CR2450"
226237
},
227238
{
228-
"manufacturer": "Sonoff",
229-
"model": "SNZB-02D",
230-
"battery_type": "CR2430"
239+
"manufacturer": "SONOFF",
240+
"model": "Temperature and humidity sensor with screen (SNZB-02D)",
241+
"battery_type": "CR2450"
231242
},
232243
{
233244
"manufacturer": "Sure Petcare",
@@ -294,6 +305,11 @@
294305
"battery_type": "AAA",
295306
"battery_quantity": 2
296307
},
308+
{
309+
"manufacturer": "TuYa",
310+
"model": "Smart knob (ERS-10TZBVK-AA)",
311+
"battery_type": "CR2032"
312+
},
297313
{
298314
"manufacturer": "TuYa",
299315
"model": "Wireless switch with 4 buttons (TS0044)",
@@ -382,6 +398,16 @@
382398
"model": "MiJia wireless switch (WXKG01LM)",
383399
"battery_type": "CR2032"
384400
},
401+
{
402+
"manufacturer": "Xiaomi",
403+
"model": "Aqara Opple switch 2 bands (WXCJKG12LM)",
404+
"battery_type": "CR2032"
405+
},
406+
{
407+
"manufacturer": "Xiaomi",
408+
"model": "Aqara Opple switch 3 bands (WXCJKG13LM)",
409+
"battery_type": "CR2032"
410+
},
385411
{
386412
"manufacturer": "Zooz",
387413
"model": "ZSE40 700",

0 commit comments

Comments
 (0)