Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update library.json #48

Merged
merged 2 commits into from
Dec 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading