Skip to content

Commit

Permalink
Fix yr weather provider api version (#3248)
Browse files Browse the repository at this point in the history
Fixes #3227 once more
  • Loading branch information
rejas authored Oct 23, 2023
1 parent f80889d commit 04f0df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _This release is scheduled to be released on 2024-01-01._

- Avoid fade out/in on updateDom when many calendars are used
- Fix the option eventClass on customEvents.
- Fix yr API version in locationforecast call (#3227)
- Fix yr API version in locationforecast and sunrise call (#3227)
- Fix cloneObject() function to respect RegExp (#3237)
- Fix newsfeed module for feeds using "a10:updated" tag (#3238)
- Fix issue template (3167)
Expand Down
2 changes: 1 addition & 1 deletion modules/default/weather/providers/yr.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WeatherProvider.register("yr", {
defaults: {
useCorsProxy: true,
apiBase: "https://api.met.no/weatherapi",
forecastApiVersion: "3.0",
forecastApiVersion: "2.0",
sunriseApiVersion: "3.0",
altitude: 0,
currentForecastHours: 1 //1, 6 or 12
Expand Down

0 comments on commit 04f0df2

Please sign in to comment.