Skip to content

Commit 97876f3

Browse files
Update library - friend and Switchbot devices.json (#79)
* Update library.json Added Switchbot Motion Sensor - W1101500 * Update library.json Added Switchbot Contact Sensor W1201500 and Switchbot Motion Sensor W1101500 * Update library.json * Update library - added friend Motion Sensor Pro.json --------- Co-authored-by: Andrew Jackson <[email protected]>
1 parent 7b0ef66 commit 97876f3

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@
150150
"battery_type": "CR123A",
151151
"battery_quantity": 2
152152
},
153+
{
154+
"manufacturer": "frient",
155+
"model": "MOSZB-140",
156+
"battery_type": "AA",
157+
"battery_quantity": 2
158+
},
153159
{
154160
"manufacturer": "GiEX",
155161
"model": "Water irrigation valve (QT06_2)",
@@ -442,10 +448,22 @@
442448
},
443449
{
444450
"manufacturer": "SwitchBot",
445-
"model": "W340001X",
451+
"model": "W1101500",
446452
"battery_type": "AAA",
447453
"battery_quantity": 2
448454
},
455+
{
456+
"manufacturer": "SwitchBot",
457+
"model": "W1201500",
458+
"battery_type": "AAA",
459+
"battery_quantity": 2
460+
},
461+
{
462+
"manufacturer": "SwitchBot",
463+
"model": "W340001X",
464+
"battery_type": "AAA",
465+
"battery_quantity": 2
466+
},
449467
{
450468
"manufacturer": "switchbot",
451469
"model": "woHand",
@@ -666,4 +684,3 @@
666684
}
667685
]
668686
}
669-

0 commit comments

Comments
 (0)