Skip to content

Commit

Permalink
Added multiple devices (#78)
Browse files Browse the repository at this point in the history
* Added Sure Petcare Cat flap

* Added 3 Signify Netherlands B.V. devices

* Added Eve Door

* Added Hunter Douglas Duette

* Added SMaBiT contact sensor
  • Loading branch information
klaptafel authored Dec 17, 2023
1 parent 54b20a0 commit 2c550b3
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions custom_components/battery_notes/data/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "Eve Systems",
"model": "Eve Door 20EBN9901",
"battery_type": "ER14250"
},
{
"manufacturer": "eWeLink",
"model": "DS01",
Expand Down Expand Up @@ -155,7 +160,8 @@
"manufacturer": "Google",
"model": "KR1",
"battery_type": "CR2"
}, {
},
{
"manufacturer": "Google",
"model": "Topaz-2.7",
"battery_type": "AA",
Expand All @@ -172,6 +178,12 @@
"battery_type": "AA",
"battery_quantity": 4
},
{
"manufacturer": "Hunter Douglas",
"model": "Duette",
"battery_type": "AA",
"battery_quantity": 12
},
{
"manufacturer": "INKBIRD",
"model": "IBS-TH",
Expand Down Expand Up @@ -359,12 +371,33 @@
"battery_type": "AA",
"battery_quantity": 2
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "Hue motion sensor (SML001)",
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "Hue dimmer switch (RWL020)",
"battery_type": "CR2450"
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "Hue wall switch module (RDM001)",
"battery_type": "CR2450"
},
{
"manufacturer": "Siterwell",
"model": "Radiator valve with thermostat (GS361A-H04)",
"battery_type": "AA",
"battery_quantity": 2
},
{
"manufacturer": "SMaBiT (Bitron Video)",
"model": "Compact magnetic contact sensor (AV2010/21A)",
"battery_type": "CR2"
},
{
"manufacturer": "SmartThings",
"model": "Multipurpose sensor (2018 model) (IM6001-MPP01)",
Expand Down Expand Up @@ -395,6 +428,12 @@
"model": "Temperature and humidity sensor with screen (SNZB-02D)",
"battery_type": "CR2450"
},
{
"manufacturer": "Sure Petcare",
"model": "Cat flap",
"battery_type": "AA",
"battery_quantity": 4
},
{
"manufacturer": "Sure Petcare",
"model": "Pet flap",
Expand Down Expand Up @@ -627,4 +666,4 @@
}
]
}


0 comments on commit 2c550b3

Please sign in to comment.