--- title: Météo-France description: Instructions on how to integrate Météo-France within Home Assistant. ha_release: 0.89 ha_iot_class: Cloud Polling ha_category: - Sensor - Weather ha_codeowners: - '@hacf-fr' - '@oncleben31' - '@Quentame' ha_config_flow: true ha_domain: meteo_france ha_platforms: - sensor - weather ha_integration_type: integration --- The `meteo_france` integration uses the meteorological data from [Météo-France](http://www.meteofrance.com/) to provide weather forecast for any location in the world with a focus on France. One or more locations can be set via the front end or via the configuration file. The integration support the following platforms within Home Assistant: - [Weather](#weather-platform) - [Sensor](#sensor-platforms) It displays the current weather along with a 5 days forecast and create sensors, including weather alerts and 1 hour rain forecast when available. {% include integrations/config_flow.md %} ## Weather platform To be used with the weather dashboard card to access current condition, today and next four days forecast. The weather platform can be configured in the frontend to decide if the forecast is given daily (default) or hourly. To change the setting go in **Settings** -> **Devices & Services**, click on the city name in **Météo-France** box and click on **Options**. You can update the `Forecast mode` by choosing between `daily` or `hourly`. ## Sensor platforms All the following sensors will be created : |Entity|Description|Enabled by default| |------|-----------|------------------| |`cloud`|The current cloud cover in %|Yes| |`daily_original_condition`|The daily original weather condition|No| |`freeze_chance`|Probability of temperature below 0°C in the following hours|Yes| |`next_rain`|Datetime of the next rain if expected within the next hour ([see note below](#about-next_rain-condition-sensor))|Yes| |`original_condition`|The current original weather condition|No| |`precipitation`|Precipitation cumulation for next 24 hours in mm|Yes| |`pressure`|The current pressure in hPa|No| |`rain_chance`|Probability of rain in the following hours|Yes| |`snow_chance`|Probability of snow for the following hours|Yes| |`temperature`|The current temperature in °C|No| |`uv`|The current UV index|Yes| |`weather_alert`|Weather alert status ([see note below](#about-weather_alert-sensor))|Yes| |`wind_gust`|The current wind gust speed in km/h|No| |`wind_speed`|The current wind speed in km/h|No| Warning: The probability entities data are not always provided by the API. They are added only if available. To enable an entity disabled by default, go in **Settings** -> **Devices & Services**, click on the city name in **Météo-France** and then the **X entities** link. You will have the list of the enabled entities. Here click the filter button and select **Show disable entities**. The disabled entities will be visible in the list, select the one you want to enable and click the **Enable Selected** button. ### About `next_rain` condition sensor