Skip to content

Commit 5868406

Browse files
Add library devices (#41)
* Add various IKEA devices to library * Add Mi/Aqara smart home cube (MFKZQ01LM) to library --------- Co-authored-by: Andrew Jackson <andrew@codechimp.org>
1 parent cadc544 commit 5868406

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,32 @@
4747
"battery_type": "AAA",
4848
"battery_quantity": 2
4949
},
50+
{
51+
"manufacturer": "IKEA",
52+
"model": "STYRBAR remote control (E2001/E2002)",
53+
"battery_type": "AAA",
54+
"battery_quantity": 2
55+
},
56+
{
57+
"manufacturer": "IKEA",
58+
"model": "TRADFRI remote control (E1524/E1810)",
59+
"battery_type": "CR2032"
60+
},
61+
{
62+
"manufacturer": "IKEA",
63+
"model": "TRADFRI motion sensor (E1525/E1745)",
64+
"battery_type": "CR2032"
65+
},
66+
{
67+
"manufacturer": "IKEA",
68+
"model": "TRADFRI open/close remote (E1766)",
69+
"battery_type": "CR2032"
70+
},
71+
{
72+
"manufacturer": "IKEA",
73+
"model": "TRADFRI shortcut button (E1812)",
74+
"battery_type": "CR2032"
75+
},
5076
{
5177
"manufacturer": "LUMI",
5278
"model": "lumi.weather",
@@ -224,6 +250,11 @@
224250
"model": "LYWSD03MMC",
225251
"battery_type": "CR2032"
226252
},
253+
{
254+
"manufacturer": "Xiaomi",
255+
"model": "Mi/Aqara smart home cube (MFKZQ01LM)",
256+
"battery_type": "CR2450"
257+
},
227258
{
228259
"manufacturer": "Xiaomi",
229260
"model": "MiJia wireless switch (WXKG01LM)",

0 commit comments

Comments
 (0)