🚜 Merge Meteo France Component and ⬆️ ha_release (#8582)

This commit is contained in:
Klaas Schoute 2019-02-14 21:28:17 +01:00 committed by Franck Nijhof
parent d1f994b4dc
commit c4b868e0fe
3 changed files with 7 additions and 44 deletions

View File

@ -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:

View File

@ -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.

View File

@ -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.