From 8d14a7ea618f841f12a7c5695b65aa2a3fa914e9 Mon Sep 17 00:00:00 2001 From: AndreyGrech <150545561+AndreyGrech@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:05:02 +0000 Subject: [PATCH 1/2] Add device: Temperature and Humidity Monitor 3 Mini (pvxx/ZigbeeTLc) by Xiaomi --- library/library.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/library.json b/library/library.json index 71d382995..83a237bb7 100644 --- a/library/library.json +++ b/library/library.json @@ -12702,6 +12702,12 @@ "manufacturer": "ZVIDAR", "model": "Z-CM-V01", "battery_type": "Rechargeable" + }, + { + "manufacturer": "Xiaomi", + "model": "Temperature and Humidity Monitor 3 Mini (pvxx/ZigbeeTLc)", + "model_id": "MJWSD06MMC-z", + "battery_type": "Cr2450" } ] } \ No newline at end of file From 93326c8bd633991330bea7a14140f8c1348f2421 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Wed, 3 Jun 2026 09:17:43 +0100 Subject: [PATCH 2/2] Correct battery type casing in library.json --- library/library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/library.json b/library/library.json index 83a237bb7..c6cf1b4cd 100644 --- a/library/library.json +++ b/library/library.json @@ -12707,7 +12707,7 @@ "manufacturer": "Xiaomi", "model": "Temperature and Humidity Monitor 3 Mini (pvxx/ZigbeeTLc)", "model_id": "MJWSD06MMC-z", - "battery_type": "Cr2450" + "battery_type": "CR2450" } ] -} \ No newline at end of file +}