diff --git a/custom_components/battery_notes/data/library.json b/custom_components/battery_notes/data/library.json index 9e09bb801..998c9341a 100644 --- a/custom_components/battery_notes/data/library.json +++ b/custom_components/battery_notes/data/library.json @@ -50,6 +50,11 @@ "battery_type": "AAA", "battery_quantity": 2 }, + { + "manufacturer": "_TZ3000_mh9px7cq", + "model": "TS0044", + "battery_type": "A23" + }, { "manufacturer": "_TZ3000_wkai4ga5", "model": "TS0044", @@ -553,6 +558,11 @@ "model": "TH01", "battery_type": "CR2450" }, + { + "manufacturer": "eWeLink", + "model": "WB01", + "battery_type": "CR2450" + }, { "manufacturer": "Fantem", "model": "4 in 1 multi sensor (ZB003-X)", @@ -2067,6 +2077,11 @@ "model": "ble XMWSDJ04MMC", "battery_type": "CR2450" }, + { + "manufacturer": "Xiaomi", + "model": "BTHome sensor", + "battery_type": "CR2032" + }, { "manufacturer": "Xiaomi", "model": "GZCGQ01LM", @@ -2234,4 +2249,4 @@ "battery_type": "CR2032" } ] -} \ No newline at end of file +}