Skip to content

Commit

Permalink
Added devices (#91)
Browse files Browse the repository at this point in the history
* Added Signify Outdoor Sensor (Hue)

* Added iRobot i7 (Rechargeable)

---------

Co-authored-by: Andrew Jackson <[email protected]>
  • Loading branch information
klaptafel and andrew-codechimp authored Dec 18, 2023
1 parent e7fc1b7 commit 25e603f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions custom_components/battery_notes/data/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@
"model": "iNode Energy Meter",
"battery_type": "CR2032"
},
{
"manufacturer": "iRobot",
"model": "i715640",
"battery_type": "Rechargeable"
},
{
"manufacturer": "Kwikset",
"model": "HALO-01",
Expand Down Expand Up @@ -511,6 +516,12 @@
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "Hue outdoor motion sensor (SML002)",
"battery_type": "AA",
"battery_quantity": 2
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "Hue dimmer switch (RWL020)",
Expand Down

0 comments on commit 25e603f

Please sign in to comment.