From 444bfc2f62a6b2bcad3aa80308fbd24752510f9f Mon Sep 17 00:00:00 2001 From: dkallen78 Date: Wed, 3 Jul 2024 21:18:42 -0600 Subject: [PATCH] version 2.5 has been deprecated, changing default to 3.0 --- modules/default/weather/providers/openweathermap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default/weather/providers/openweathermap.js b/modules/default/weather/providers/openweathermap.js index 0999c83f0a..11504bb521 100644 --- a/modules/default/weather/providers/openweathermap.js +++ b/modules/default/weather/providers/openweathermap.js @@ -11,7 +11,7 @@ WeatherProvider.register("openweathermap", { // Set the default config properties that is specific to this provider defaults: { - apiVersion: "2.5", + apiVersion: "3.0", apiBase: "https://api.openweathermap.org/data/", weatherEndpoint: "", // can be "onecall", "forecast" or "weather" (for current) locationID: false,