Closed Flapoly closed 2 weeks ago
Hey there @hacf-fr, @oncleben31, @quentame, mind taking a look at this issue as it has been labeled with an integration (meteo_france
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
meteo_france documentation meteo_france source (message by IssueLinks)
The problem
-Météo France attribute "rain_product_available" is obsolete and no more mainatined by MeteoFrance. All french cities do have valid 1 hour rain forecast even if rain_product_available=0 ! Test in https://github.com/home-assistant/core/tree/dev/homeassistant/components/meteo_france/__init__.py line 79 should be removed if coordinator_forecast.data.position.get("rain_product_available") == 1
What version of Home Assistant Core has the issue?
core-2024.9.1
What was the last working version of Home Assistant Core?
at least core-2023.x.x
What type of installation are you running?
Home Assistant Core
Integration causing the issue
No response
Link to integration documentation on our website
https://www.home-assistant.io/integrations/meteo_france/ meteo_france documentation meteo_france source
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
Already reported similar issue https://github.com/home-assistant/core/issues/90397