From 713e92669f312f2ab1b9a923355723419b9f4983 Mon Sep 17 00:00:00 2001 From: dkallen78 Date: Fri, 5 Jul 2024 12:35:30 -0600 Subject: [PATCH 1/2] updated changelog for apiVersion update --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb98a5d489..1fe0d592b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ _This release is scheduled to be released on 2024-10-01._ ### Updated +- [weather] Updated `apiVersion` default from 2.5 to 3.0 + ### Fixed - Fixed `checks` badge in README.md From 4e62164306af1cd20456e8337e6267f47bf5f08a Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Thu, 11 Jul 2024 00:19:06 +0200 Subject: [PATCH 2/2] 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,