Skip to content

Commit

Permalink
Update library.json (#48)
Browse files Browse the repository at this point in the history
* Update library.json

IKEA - TRADFRI motion sensor (E1525/E1745) - Edit to 2X CR2032

SONOFF - Temperature and humidity sensor (SNZB-02) - Edit to CR2450

IKEA - TRADFRI ON/OFF switch (E1743) - Added Configuration

Saswell - Thermostatic radiator valve (SEA801-Zigbee/SEA802-Zigbee) - Added Configuration

Siterwell - Radiator valve with thermostat (GS361A-H04) - Added Configuration

* Update library.json

Add comma

---------

Co-authored-by: Andrew Jackson <[email protected]>
  • Loading branch information
P-v-D and andrew-codechimp committed Dec 15, 2023
1 parent f446b67 commit e2acf12
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions custom_components/battery_notes/data/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
"battery_type": "AAA",
"battery_quantity": 2
},
{
"manufacturer": "IKEA",
"model": "TRADFRI ON/OFF switch (E1743)",
"battery_type": "CR2032"
},
{
"manufacturer": "IKEA",
"model": "TRADFRI remote control (E1524/E1810)",
Expand All @@ -61,7 +66,8 @@
{
"manufacturer": "IKEA",
"model": "TRADFRI motion sensor (E1525/E1745)",
"battery_type": "CR2032"
"battery_type": "CR2032",
"battery_quantity": 2
},
{
"manufacturer": "IKEA",
Expand Down Expand Up @@ -115,6 +121,18 @@
"model": "Hue wall switch module (929003017102)",
"battery_type": "CR2450"
},
{
"manufacturer": "Saswell",
"model": "Thermostatic radiator valve (SEA801-Zigbee/SEA802-Zigbee)",
"battery_type": "AA",
"battery_quantity": 2
},
{
"manufacturer": "Siterwell",
"model": "Radiator valve with thermostat (GS361A-H04)",
"battery_type": "AA",
"battery_quantity": 2
},
{
"manufacturer": "Sonoff",
"model": "Contact sensor (SNZB-04)",
Expand All @@ -128,7 +146,7 @@
{
"manufacturer": "Sonoff",
"model": "Temperature and humidity sensor (SNZB-02)",
"battery_type": "CR2430"
"battery_type": "CR2450"
},
{
"manufacturer": "Sure Petcare",
Expand Down

0 comments on commit e2acf12

Please sign in to comment.