From 5fc37aec2ce365fcd3bcf8186133afa164d0a965 Mon Sep 17 00:00:00 2001 From: windsurferwill <49887431+windsurferwill@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:06:41 -0500 Subject: [PATCH] Add SAF Tehnika Aranet4 battery specifications Aranet4 Home exists in the library however the earlier Aranet4 sensors do not have the word "Home" in the model name --- library/library.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/library/library.json b/library/library.json index e8824aace..86123db4b 100644 --- a/library/library.json +++ b/library/library.json @@ -7340,6 +7340,12 @@ "battery_type": "AA", "battery_quantity": 2 }, + { + "manufacturer": "SAF Tehnika", + "model": "Aranet4", + "battery_type": "AA", + "battery_quantity": 2 + }, { "manufacturer": "Samjin", "model": "button", @@ -11611,4 +11617,4 @@ "battery_type": "Rechargeable" } ] -} \ No newline at end of file +}