From 1cd938350012e52ad32a347eb5b1b100c9a15bc4 Mon Sep 17 00:00:00 2001 From: Hoffmann77 <36714809+Hoffmann77@users.noreply.github.com> Date: Wed, 8 May 2024 09:41:25 +0200 Subject: [PATCH] feat: initial commit --- custom_components/dwd/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/dwd/manifest.json b/custom_components/dwd/manifest.json index aafed4c..f9b2c55 100644 --- a/custom_components/dwd/manifest.json +++ b/custom_components/dwd/manifest.json @@ -8,6 +8,6 @@ "integration_type": "hub", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Hoffmann77/dwd_precipitation/issues", - "requirements": ["wradlib==2.0.*", "numpy"], + "requirements": ["wradlib==2.0.3", "numpy"], "version": "0.1.0-alpha" }