Skip to content

Commit

Permalink
Change API URL to point to the dev URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts committed Nov 26, 2024
1 parent 0d6f64e commit a44f146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/pirateweather/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"documentation": "https://github.com/alexander0042/pirate-weather-ha",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/alexander0042/pirate-weather-ha/issues",
"version": "1.6.3"
}
"version": "1.6.3-dev"
}
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async def _get_pw_weather(self):
requestLongitude = self.longitude

forecastString = (
"https://api.pirateweather.net/forecast/"
"https://dev.pirateweather.net/forecast/"
+ self._api_key
+ "/"
+ str(requestLatitude)
Expand Down

0 comments on commit a44f146

Please sign in to comment.