diff --git a/custom_components/battery_notes/data/library.json b/custom_components/battery_notes/data/library.json index b8da4691c..c51e67b39 100644 --- a/custom_components/battery_notes/data/library.json +++ b/custom_components/battery_notes/data/library.json @@ -12,6 +12,11 @@ "battery_type": "AAA", "battery_quantity": 2 }, + { + "manufacturer": "eWeLink", + "model": "DS01", + "battery_type": "CR2032" + }, { "manufacturer": "Fantem", "model": "4 in 1 multi sensor (ZB003-X)", @@ -35,6 +40,11 @@ "battery_type": "AA", "battery_quantity": 4 }, + { + "manufacturer": "LUMI", + "model": "lumi.weather", + "battery_type": "CR2032" + }, { "manufacturer": "OSRAM", "model": "Smart+ switch mini (AC0251100NJ/AC0251600NJ/AC0251700NJ)", @@ -134,6 +144,12 @@ "model": "Wireless switch with 4 buttons (TS0044)", "battery_type": "CR2430" }, + { + "manufacturer": "VictorPest.com", + "model": "Rat Trap", + "battery_type": "C", + "battery_quantity": 4 + }, { "manufacturer": "Xiaomi", "model": "Aqara door & window contact sensor (MCCGQ11LM)", @@ -207,4 +223,4 @@ "battery_type": "CR2032" } ] -} \ No newline at end of file +}