Skip to content

Commit ba507c0

Browse files
Added CentraLite, FirstAlert, IKEA and HAB Devices (#171)
* Added CentraLite, FirstAlert, IKEA and HAB Devices Added CentraLite Motion and Door sensors Added BRK Brands, Inc. and FirstAlert ZCOMBO Added IKEA of Sweden TREDANSEN block-out cellul blind roller blind Added HAB Home Intelligence LLC iblinds V3 roller blinds retrofit kit * Update library.json --------- Co-authored-by: Andrew Jackson <[email protected]>
1 parent 91f6243 commit ba507c0

File tree

1 file changed

+67
-7
lines changed

1 file changed

+67
-7
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 67 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,28 +73,44 @@
7373
"battery_type": "AA",
7474
"battery_quantity": 2
7575
},
76+
{
77+
"manufacturer": "BRK Brands, Inc.",
78+
"model": "ZCOMBO",
79+
"battery_type": "AA",
80+
"battery_quantity": 2
81+
},
7682
{
7783
"manufacturer": "Allegion",
7884
"model": "BE469ZP",
7985
"battery_type": "AAA",
8086
"battery_quantity": 4
8187
},
8288
{
83-
"manufacturer": "Danfoss",
84-
"model": "010101",
85-
"battery_type": "AA",
86-
"battery_quantity": 2
89+
"manufacturer": "CentraLite",
90+
"model": "3210-L",
91+
"battery_type": "CR2"
8792
},
8893
{
8994
"manufacturer": "CentraLite",
90-
"model": "3210-L",
95+
"model": "3320-L",
96+
"battery_type": "CR2"
97+
},
98+
{
99+
"manufacturer": "CentraLite",
100+
"model": "3326-L",
91101
"battery_type": "CR2"
92102
},
93103
{
94104
"manufacturer": "Custom devices (DiY)",
95105
"model": "Xiaomi temperature & humidity sensor with custom firmware (LYWSD03MMC)",
96106
"battery_type": "CR2032"
97107
},
108+
{
109+
"manufacturer": "Danfoss",
110+
"model": "010101",
111+
"battery_type": "AA",
112+
"battery_quantity": 2
113+
},
98114
{
99115
"manufacturer": "Danfoss",
100116
"model": "eTRV0100",
@@ -155,6 +171,12 @@
155171
"model": "Eve Door 20EBN9901",
156172
"battery_type": "ER14250"
157173
},
174+
{
175+
"manufacturer": "Everspring",
176+
"model": "ST812",
177+
"battery_type": "AA",
178+
"battery_quantity": 2
179+
},
158180
{
159181
"manufacturer": "eWeLink",
160182
"model": "DS01",
@@ -377,6 +399,12 @@
377399
"model": "FGK101",
378400
"battery_type": "ER14250"
379401
},
402+
{
403+
"manufacturer": "First Alert (BRK Brands Inc)",
404+
"model": "ZCOMBO",
405+
"battery_type": "AA",
406+
"battery_quantity": 2
407+
},
380408
{
381409
"manufacturer": "frient",
382410
"model": "MOSZB-140",
@@ -414,6 +442,11 @@
414442
"model": "H5101/H5102/H5177",
415443
"battery_type": "AAA"
416444
},
445+
{
446+
"manufacturer": "HAB Home Intelligence LLC",
447+
"model": "iblinds V3",
448+
"battery_type": "Rechargeable"
449+
},
417450
{
418451
"manufacturer": "HANK Electronics Ltd.",
419452
"model": "HKZW-DWS01",
@@ -500,12 +533,22 @@
500533
"manufacturer": "IKEA",
501534
"model": "TRADFRI open/close remote (E1766)",
502535
"battery_type": "CR2032"
503-
},
536+
},
504537
{
505538
"manufacturer": "IKEA",
506539
"model": "TRADFRI shortcut button (E1812)",
507540
"battery_type": "CR2032"
508541
},
542+
{
543+
"manufacturer": "IKEA of Sweden",
544+
"model": "PRAKTLYSING cellular blind",
545+
"battery_type": "Rechargeable"
546+
},
547+
{
548+
"manufacturer": "IKEA of Sweden",
549+
"model": "SYMFONISK Sound Controller",
550+
"battery_type": "CR2032"
551+
},
509552
{
510553
"manufacturer": "IKEA of Sweden",
511554
"model": "SYMFONISK Sound Controller",
@@ -538,6 +581,11 @@
538581
"model": "TRADFRI SHORTCUT Button",
539582
"battery_type": "CR2032"
540583
},
584+
{
585+
"manufacturer": "IKEA of Sweden",
586+
"model": "TREDANSEN block-out cellul blind",
587+
"battery_type": "Rechargeable"
588+
},
541589
{
542590
"manufacturer": "iNode",
543591
"model": "iNode Energy Meter",
@@ -571,6 +619,18 @@
571619
"battery_type": "AA",
572620
"battery_quantity": 4
573621
},
622+
{
623+
"manufacturer": "Kwikset",
624+
"model": "910",
625+
"battery_type": "AA",
626+
"battery_quantity": 4
627+
},
628+
{
629+
"manufacturer": "Kwikset",
630+
"model": "912",
631+
"battery_type": "AA",
632+
"battery_quantity": 4
633+
},
574634
{
575635
"manufacturer": "Lidl",
576636
"model": "HG06335/HG07310",
@@ -1655,4 +1715,4 @@
16551715
"battery_quantity": 2
16561716
}
16571717
]
1658-
}
1718+
}

0 commit comments

Comments
 (0)