From 02ab2e98e2d04df3a8c1ae6525ef22f0911e02f7 Mon Sep 17 00:00:00 2001 From: DjBac Date: Tue, 12 Dec 2023 16:12:11 +0200 Subject: [PATCH] Added IBS-TH by INKBIRD (#42) * Update library.json added INKBIRD IBS-TH * Update library.json added INKBIRD IBS-TH --- custom_components/battery_notes/data/library.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/custom_components/battery_notes/data/library.json b/custom_components/battery_notes/data/library.json index 046f18063..a8cd3762e 100644 --- a/custom_components/battery_notes/data/library.json +++ b/custom_components/battery_notes/data/library.json @@ -40,6 +40,12 @@ "battery_type": "AA", "battery_quantity": 4 }, + { + "manufacturer": "INKBIRD", + "model": "IBS-TH", + "battery_type": "AAA", + "battery_quantity": 2 + }, { "manufacturer": "LUMI", "model": "lumi.weather", @@ -229,4 +235,4 @@ "battery_quantity": 2 } ] -} \ No newline at end of file +}