From 17faaa465068371576727e58e3dc2283dbe4661c Mon Sep 17 00:00:00 2001 From: AndreyGrech <150545561+AndreyGrech@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:48:34 +0000 Subject: [PATCH 1/2] Add device: TS0205 by _TYZB01_iev4cs4x --- library/library.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/library.json b/library/library.json index 71d382995..04e4ca6ee 100644 --- a/library/library.json +++ b/library/library.json @@ -12702,6 +12702,11 @@ "manufacturer": "ZVIDAR", "model": "Z-CM-V01", "battery_type": "Rechargeable" + }, + { + "manufacturer": "_TYZB01_iev4cs4x", + "model": "TS0205", + "battery_type": "CR123a" } ] } \ No newline at end of file From 0b94d62f55bdf2a4132458e95c1ac34e04d35b30 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Wed, 3 Jun 2026 09:14:12 +0100 Subject: [PATCH 2/2] Fix 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 04e4ca6ee..aa8cd6586 100644 --- a/library/library.json +++ b/library/library.json @@ -12706,7 +12706,7 @@ { "manufacturer": "_TYZB01_iev4cs4x", "model": "TS0205", - "battery_type": "CR123a" + "battery_type": "CR123A" } ] -} \ No newline at end of file +}