home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.65k stars 30.79k forks source link

Meteo France, sensor.<city>_next_rain #125693

Closed Flapoly closed 2 weeks ago

Flapoly commented 2 months ago

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

home-assistant[bot] commented 2 months 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!

Code owner commands Code owners of `meteo_france` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign meteo_france` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


meteo_france documentation meteo_france source (message by IssueLinks)