We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Since the 16th January, the api https://webservice.meteofrance.com/rain?lat=xxxx&lon=xxx is not updating the data.
I think we can use api v3 : https://webservice.meteofrance.com/v3/rain?lat=xxxx&lon=xxx but the response format is not the same. If we have to change the format, we have to change the code of HA/Core : home-assistant/core#108219
The text was updated successfully, but these errors were encountered:
I've created 2 proposals of v3 API port:
https://github.com/manu3b1/meteofrance-api/tree/rain_api_v3_convert
https://github.com/manu3b1/meteofrance-api/tree/rain_api_v3
@Quentame, which approach do you prefer?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Since the 16th January, the api https://webservice.meteofrance.com/rain?lat=xxxx&lon=xxx is not updating the data.
I think we can use api v3 : https://webservice.meteofrance.com/v3/rain?lat=xxxx&lon=xxx but the response format is not the same.
If we have to change the format, we have to change the code of HA/Core : home-assistant/core#108219
The text was updated successfully, but these errors were encountered: