Skip to content

Commit 25e603f

Browse files
Added devices (#91)
* Added Signify Outdoor Sensor (Hue) * Added iRobot i7 (Rechargeable) --------- Co-authored-by: Andrew Jackson <[email protected]>
1 parent e7fc1b7 commit 25e603f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,11 @@
278278
"model": "iNode Energy Meter",
279279
"battery_type": "CR2032"
280280
},
281+
{
282+
"manufacturer": "iRobot",
283+
"model": "i715640",
284+
"battery_type": "Rechargeable"
285+
},
281286
{
282287
"manufacturer": "Kwikset",
283288
"model": "HALO-01",
@@ -511,6 +516,12 @@
511516
"battery_type": "AAA",
512517
"battery_quantity": 2
513518
},
519+
{
520+
"manufacturer": "Signify Netherlands B.V.",
521+
"model": "Hue outdoor motion sensor (SML002)",
522+
"battery_type": "AA",
523+
"battery_quantity": 2
524+
},
514525
{
515526
"manufacturer": "Signify Netherlands B.V.",
516527
"model": "Hue dimmer switch (RWL020)",

0 commit comments

Comments
 (0)