From ab4e1bd673528543501dbb5e09fe59305e70b1ee Mon Sep 17 00:00:00 2001 From: ThomasHacke <189280263+ThomasHacke@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:45:35 +0000 Subject: [PATCH 1/2] Add device: Outdoor Temperatur & Humidity Sensor by Sonoff --- library/library.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/library.json b/library/library.json index 17e36dae3..b7ece7af1 100644 --- a/library/library.json +++ b/library/library.json @@ -11996,6 +11996,12 @@ "manufacturer": "ZVIDAR", "model": "Z-CM-V01", "battery_type": "Rechargeable" + }, + { + "manufacturer": "Sonoff", + "model": "Outdoor Temperatur & Humidity Sensor", + "model_id": "SNZB-02WD", + "battery_type": "CR2477 oder CR2450" } ] } \ No newline at end of file From cf242ccafe392f1971c74196a1f04c1e91e305ea Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Thu, 26 Feb 2026 14:04:12 +0000 Subject: [PATCH 2/2] Change battery type to 'MANUAL' 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 b7ece7af1..8f894bcfe 100644 --- a/library/library.json +++ b/library/library.json @@ -12001,7 +12001,7 @@ "manufacturer": "Sonoff", "model": "Outdoor Temperatur & Humidity Sensor", "model_id": "SNZB-02WD", - "battery_type": "CR2477 oder CR2450" + "battery_type": "MANUAL" } ] -} \ No newline at end of file +}