diff --git a/modules/default/weather/providers/yr.js b/modules/default/weather/providers/yr.js index e296bbdc92..b34d9575c4 100644 --- a/modules/default/weather/providers/yr.js +++ b/modules/default/weather/providers/yr.js @@ -199,7 +199,7 @@ WeatherProvider.register("yr", { lon = `${lonParts[0]}.${lonParts[1].substring(0, 4)}`; } - return `${this.config.apiBase}/locationforecast/2.0/complete?&altitude=${altitude}&lat=${lat}&lon=${lon}`; + return `${this.config.apiBase}/locationforecast/3.0/complete?&altitude=${altitude}&lat=${lat}&lon=${lon}`; }, cacheWeatherData(weatherData) {