mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
🚜 Merge Meteo France Component and ⬆️ ha_release (#8582)
This commit is contained in:
parent
d1f994b4dc
commit
c4b868e0fe
@ -9,7 +9,7 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
logo: meteo-france.png
|
logo: meteo-france.png
|
||||||
ha_category: Hub
|
ha_category: Hub
|
||||||
ha_release: 0.88
|
ha_release: 0.89
|
||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
ha_category:
|
ha_category:
|
||||||
- Sensor
|
- 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.
|
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.
|
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 %}
|
## {% linkable_title Configuration %}
|
||||||
@ -61,10 +66,9 @@ meteo_france:
|
|||||||
snow_chance:
|
snow_chance:
|
||||||
description: Probability of snow for the day.
|
description: Probability of snow for the day.
|
||||||
thunder_chance:
|
thunder_chance:
|
||||||
description: Probability of thunderstorm for the day.
|
description: Probability of thunderstorm for the day.
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
|
||||||
### {% linkable_title About `city` configuration %}
|
### {% linkable_title About `city` configuration %}
|
||||||
|
|
||||||
This component use the Météo-France search API to get the first city from the results returned.
|
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
|
- 3 Moderate rain
|
||||||
- 4 Heavy rain
|
- 4 Heavy rain
|
||||||
|
|
||||||
|
|
||||||
### {% linkable_title Complete example %}
|
### {% linkable_title Complete example %}
|
||||||
|
|
||||||
This is an example for 3 cities forecast with different monitored conditions:
|
This is an example for 3 cities forecast with different monitored conditions:
|
||||||
|
@ -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.
|
|
@ -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.
|
|
Loading…
x
Reference in New Issue
Block a user