diff --git a/source/_components/meteo_france.markdown b/source/_components/meteo_france.markdown index 11b8a376981..06fb6f606c2 100644 --- a/source/_components/meteo_france.markdown +++ b/source/_components/meteo_france.markdown @@ -9,7 +9,7 @@ sharing: true footer: true logo: meteo-france.png ha_category: Hub -ha_release: 0.88 +ha_release: 0.89 ha_iot_class: "Cloud Polling" ha_category: - Sensor @@ -22,6 +22,11 @@ redirect_from: The `meteo_france` component uses the [Météo-France](http://www.meteofrance.com/) web service as a source for meteorological data for your location. The location is based on the `city` configured in your `configuration.yaml` file. +There is currently support for the following device types within Home Assistant: + +- Sensor +- Weather + It displays the current weather along with a 4 days forecast and can create sensors based on the `monitored_conditions` set in your `configuration.yaml` file. ## {% linkable_title Configuration %} @@ -61,10 +66,9 @@ meteo_france: snow_chance: description: Probability of snow for the day. thunder_chance: - description: Probability of thunderstorm for the day. + description: Probability of thunderstorm for the day. {% endconfiguration %} - ### {% linkable_title About `city` configuration %} This component use the Météo-France search API to get the first city from the results returned. @@ -100,7 +104,6 @@ Possible value for each intervals attributes are: - 3 Moderate rain - 4 Heavy rain - ### {% linkable_title Complete example %} This is an example for 3 cities forecast with different monitored conditions: diff --git a/source/_components/sensor.meteo_france.markdown b/source/_components/sensor.meteo_france.markdown deleted file mode 100644 index 0c2910b811f..00000000000 --- a/source/_components/sensor.meteo_france.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: page -title: "Météo-France Sensor" -description: "Instructions on how to integrate Météo-France within Home Assistant." -date: 2018-10-18 08:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: meteo-france.png -ha_category: Weather -ha_release: 0.82 -ha_iot_class: "Cloud Polling" ---- - -The `meteo_france` platform uses the [Météo-France](http://www.meteofrance.com/) web service as a source for meteorological data for your location. - -## {% linkable_title Configuration %} - -Please see the [component](/components/meteo_france/) documentation for details and configuration. diff --git a/source/_components/weather.meteo_france.markdown b/source/_components/weather.meteo_france.markdown deleted file mode 100644 index 2b61cb65e86..00000000000 --- a/source/_components/weather.meteo_france.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: page -title: "Météo-France Weather" -description: "Instructions on how to integrate Météo-France within Home Assistant." -date: 2018-10-18 08:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: meteo-france.png -ha_category: Weather -ha_release: 0.88 -ha_iot_class: "Cloud Polling" ---- - -The `meteo_france` platform uses the [Météo-France](http://www.meteofrance.com/) web service as a source for meteorological data for your location. - -## {% linkable_title Configuration %} - -Please see the [component](/components/meteo_france/) documentation for details and configuration.