-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Source OpenWeather: Update openweather onecall api to 3.0 #16136
Conversation
@pierre-borckmans please update the Dockerfile version and the doc too |
/test connector=connectors/source-openweather |
@marcosmarxm Done 👍 |
@marcosmarxm More details can be found here, which seems to confirm my observations about OpenWeahter deprecating the https://community.home-assistant.io/t/cannot-setup-openweathermap/450817 TL;DR: When creating new API keys (which I did when testing this), only the |
/test connector=connectors/source-openweather
Build FailedTest summary info:
|
@marcosmarxm I see one of the tests fails because of Possibly the app id that is used for this test is an old one, which still works with the What do you think is the best way to move forward? |
/test connector=connectors/source-openweather |
/test connector=connectors/source-openweather
Build FailedTest summary info:
|
/test connector=connectors/source-openweather
Build PassedTest summary info:
|
/publish connector=connectors/source-openweather
if you have connectors that successfully published but failed definition generation, follow step 4 here |
…q#16136) * Update openweather onecall api to 3.0 * Bump version and update docs * correct backwards compatibility spec * auto-bump connector version [ci skip] Co-authored-by: marcosmarxm <[email protected]> Co-authored-by: Octavia Squidington III <[email protected]>
…q#16136) * Update openweather onecall api to 3.0 * Bump version and update docs * correct backwards compatibility spec * auto-bump connector version [ci skip] Co-authored-by: marcosmarxm <[email protected]> Co-authored-by: Octavia Squidington III <[email protected]>
What
The openweather onecall api only works with the 3.0 version of the api, unless I'm missing something as explained here:
https://openweathermap.org/price
How
This PR simply changes the base openweather URL to use the 3.0 api