Skip to content

Commit 10e2c18

Browse files
Fix incorrect devices
1 parent c887a2e commit 10e2c18

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
"manufacturer": "Develco Products A/S",
3535
"model": "AQSZB-110",
36-
"battery_type": "AAA",
36+
"battery_type": "AA",
3737
"battery_quantity": 2
3838
},
3939
{
@@ -60,8 +60,7 @@
6060
{
6161
"manufacturer": "eWeLink",
6262
"model": "TH01",
63-
"battery_type": "AA",
64-
"battery_quantity": 2
63+
"battery_type": "CR2450"
6564
},
6665
{
6766
"manufacturer": "eQ-3",

0 commit comments

Comments
 (0)