-
Notifications
You must be signed in to change notification settings - Fork 175
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
Support One Call API #301
Comments
Thanks for pointing this out @difelice |
Sure. I'll have a look at it. Thanks. |
I can also help you. I'm also planning to add OneCall to Home Assistant after it is supported here. I started to look about the schema of the daily part. The rest of the schema will follow the next days.
New attributes:
@difelice Can I help you somehow? |
Hi @edenhaus , sorry for the late response. I haven't started coding, just exploring current code base to have a rough idea and which of current ones can be used a starting point. Please feel free to work on it if interested. Thanks. |
I'm already at a good point and it works already partly. I think until end of next week it will be finished. Hopefully the tests don't take to much time :P |
Is possible with the new api to have the daily min and max temperatures? Until now weather integration shows the max one only. |
All data which is returned by the oneCall can be found in the under https://openweathermap.org/api/one-call-api |
So the first version is done. I'm not quite happy with the tests, so if some one has an idea to test better, feel free to comment on the pull request or even better implement it directly :) |
Overview
In the dusk of the popular Dark Sky API, it might be worth considering to add support for the One Call API, which is considered the alternative.
Reference
Migration guide
https://openweathermap.org/darksky-openweather?gclid=Cj0KCQjw-Mr0BRDyARIsAKEFbefcb00d_wztgHKOYj4HYEF1fLl-DnE0Yek9vWQ_bxptj2PcYLSNhDwaAu8REALw_wcB
API docs
https://openweathermap.org/api/one-call-api
The text was updated successfully, but these errors were encountered: