diff --git a/custom_components/battery_notes/data/library.json b/custom_components/battery_notes/data/library.json index 58dcae743..9dd85e465 100644 --- a/custom_components/battery_notes/data/library.json +++ b/custom_components/battery_notes/data/library.json @@ -2,6 +2,12 @@ "$schema": "../../../schema.json", "version": 1, "devices": [ + { + "manufacturer": "AEON Labs", + "model": "DSB05", + "battery_type": "AAA", + "battery_quantity": 4 + }, { "manufacturer": "AEON Labs", "model": "ZW100", @@ -39,6 +45,12 @@ "battery_type": "AAA", "battery_quantity": 2 }, + { + "manufacturer": "Allegion", + "model": "BE469", + "battery_type": "AA", + "battery_quantity": 4 + }, { "manufacturer": "Aldi", "model": "MEGOS switch and dimming light remote control (141L100RC)", @@ -67,6 +79,12 @@ "battery_type": "AA", "battery_quantity": 4 }, + { + "manufacturer": "Bosch", + "model": "ISW-ZPR1-WP13", + "battery_type": "AA", + "battery_quantity": 4 + }, { "manufacturer": "Bosch", "model": "Radiator thermostat II (BTH-RA)", @@ -90,6 +108,11 @@ "model": "3210-L", "battery_type": "CR2" }, + { + "manufacturer": "CentraLite", + "model": "3315-S", + "battery_type": "CR2" + }, { "manufacturer": "CentraLite", "model": "3320-L", @@ -128,12 +151,6 @@ "battery_type": "AA", "battery_quantity": 2 }, - { - "manufacturer": "DIYRuZ", - "model": "[Flower sensor](http://modkam.ru/?p=1700) (DIYRuZ_Flower)", - "battery_type": "AAA", - "battery_quantity": 2 - }, { "manufacturer": "Drayton Wiser", "model": "iTRV", @@ -166,6 +183,11 @@ "model": "TILT-ZWAVE2.5-ECO", "battery_type": "CR123A" }, + { + "manufacturer": "Ecolink", + "model": "TILTZWAVE1", + "battery_type": "CR123A" + }, { "manufacturer": "Eve Systems", "model": "Eve Door 20EBN9901", @@ -533,7 +555,7 @@ "manufacturer": "IKEA", "model": "TRADFRI open/close remote (E1766)", "battery_type": "CR2032" - }, + }, { "manufacturer": "IKEA", "model": "TRADFRI shortcut button (E1812)", @@ -716,7 +738,7 @@ "model": "lumi.sensor_h1", "battery_type": "CR2032" }, - { + { "manufacturer": "LUMI", "model": "lumi.sensor_magnet", "battery_type": "CR1632" @@ -1108,6 +1130,11 @@ "model": "Button (IM6001-BTP01)", "battery_type": "CR2450" }, + { + "manufacturer": "SmartThings", + "model": "moisturev4", + "battery_type": "CR2" + }, { "manufacturer": "SmartThings", "model": "Motion sensor (2018 model) (IM6001-MTP01)", @@ -1384,6 +1411,22 @@ "battery_type": "C", "battery_quantity": 4 }, + { + "manufacturer": "Vision Security", + "model": "ZS5101", + "battery_type": "CR123A" + }, + { + "manufacturer": "Vision Security", + "model": "ZP3111-5", + "battery_type": "AAA", + "battery_quantity": 2 + }, + { + "manufacturer": "Visonic", + "model": "MCT-340 E", + "battery_type": "CR2032" + }, { "manufacturer": "Yale", "model": "YRD220/240 TSDB", @@ -1687,6 +1730,11 @@ "model": "TS0202", "battery_type": "CR2450" }, + { + "manufacturer": "_TZ3000_dowj6gyi", + "model": "TS0201", + "battery_type": "CR2450" + }, { "manufacturer": "_TZ3000_wkai4ga5", "model": "TS0044", @@ -1703,6 +1751,11 @@ "battery_type": "AAA", "battery_quantity": 2 }, + { + "manufacturer": "_TZ3000_k4ej3ww2", + "model": "TS0207", + "battery_type": "CR2032" + }, { "manufacturer": "_TZ3000_lf56vpxj", "model": "TS0202", @@ -1720,11 +1773,23 @@ "model": "TS0207", "battery_type": "CR2032" }, + { + "manufacturer": "_TZ3000_xr3htd96", + "model": "TS0201", + "battery_type": "AAA", + "battery_quantity": 2 + }, { "manufacturer": "_TZ3210_up3pngle", "model": "TS0205", "battery_type": "AAA", "battery_quantity": 2 + }, + { + "manufacturer": "_TZE200_locansqn", + "model": "TS0601", + "battery_type": "AAA", + "battery_quantity": 3 } ] -} +} \ No newline at end of file