From ed37aa9cc617cd94e29131a371889a5576ea5d66 Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Fri, 10 Jan 2025 12:40:03 +0000 Subject: [PATCH] Use version 2 of the MeteoSchweiz API for forecasts, increasing the number of days forecasted available to users. --- custom_components/meteoswiss/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/meteoswiss/manifest.json b/custom_components/meteoswiss/manifest.json index 4fab936..4b39ace 100644 --- a/custom_components/meteoswiss/manifest.json +++ b/custom_components/meteoswiss/manifest.json @@ -11,7 +11,7 @@ "issue_tracker": "https://github.com/Rudd-O/homeassistant-meteoswiss/issues", "quality_scale": "silver", "requirements": [ - "hamsclientfork==0.2.18", + "hamsclientfork>=0.2.19", "geopy>=2.0" ], "version": "1.4.0"