mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Updated Netatmo Public Sensor docs for additional conditions (#6303)
This commit is contained in:
parent
01eb79e53f
commit
7d5b15d443
@ -13,7 +13,14 @@ ha_iot_class: "Cloud Polling"
|
|||||||
ha_release: 0.77
|
ha_release: 0.77
|
||||||
---
|
---
|
||||||
|
|
||||||
The `netatmo_public` sensor allows you to expose data from [Netatmo](https://weathermap.netatmo.com/) to Home Assistant, even if you don't have a Netatmo device yourself. Currently, only live rain data is supported.
|
The `netatmo_public` sensor allows you to expose data from [Netatmo](https://weathermap.netatmo.com/) to Home Assistant, even if you don't have a Netatmo device yourself. Currently the following conditions are supported:
|
||||||
|
|
||||||
|
* temperature
|
||||||
|
* pressure
|
||||||
|
* humidity
|
||||||
|
* rain
|
||||||
|
* windstrength
|
||||||
|
* guststrength
|
||||||
|
|
||||||
To enable the Netatmo sensor, you have to set up [netatmo](/components/netatmo/).
|
To enable the Netatmo sensor, you have to set up [netatmo](/components/netatmo/).
|
||||||
|
|
||||||
@ -30,6 +37,13 @@ sensor:
|
|||||||
lon_ne: -73.735
|
lon_ne: -73.735
|
||||||
lat_sw: 40.552
|
lat_sw: 40.552
|
||||||
lon_sw: -74.105
|
lon_sw: -74.105
|
||||||
|
monitored_conditions:
|
||||||
|
- temperature
|
||||||
|
- pressure
|
||||||
|
- humidity
|
||||||
|
- rain
|
||||||
|
- windstrength
|
||||||
|
- guststrength
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -54,14 +68,18 @@ areas:
|
|||||||
description: Longitude of south-western corner of area.
|
description: Longitude of south-western corner of area.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
monitored_conditions:
|
||||||
|
description: List of environment conditions to monitor.
|
||||||
|
required: true
|
||||||
|
type: list
|
||||||
name:
|
name:
|
||||||
description: Name of the sensor.
|
description: Name of the sensor.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: Netatmo Public Data
|
default: Netatmo Public Data
|
||||||
type:
|
mode:
|
||||||
description: "How to calculate the value of the sensor if there are multiple stations reporting data. Accepts `max` or `avg`."
|
description: "How to calculate the value of the sensor if there are multiple stations reporting data. Accepts `max` or `avg`."
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: max
|
default: avg
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user