mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Fix netatmo sensor config formatting (#6711)
* Fix config formatting * Remove copy & paste error
This commit is contained in:
parent
a5970253dc
commit
30f0977b37
@ -39,28 +39,56 @@ sensor:
|
|||||||
- battery_vp
|
- battery_vp
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
station:
|
||||||
- **station** (*Optional*): The name of the weather station. Needed if several stations are associated with the account.
|
required: false
|
||||||
- **modules** (*Required*): Modules to use. Multiple entries allowed. Please check the next section about how to retrieve the module names.
|
description: The name of the weather station. Needed if several stations are associated with the account.
|
||||||
- **module_name** array (*Required*): Name of the module.
|
type: string
|
||||||
- **temperature**: Current temperature.
|
modules:
|
||||||
- **co2**: CO2 concentration in ppm.
|
required: true
|
||||||
- **pressure**: Pressure in mbar.
|
description: Modules to use. Multiple entries allowed. Please check the next section about how to retrieve the module names.
|
||||||
- **noise**: Noise level in dB.
|
type: list
|
||||||
- **humidity**: Humidity in %.
|
keys:
|
||||||
- **rain**: Estimated rainfall for today in mm.
|
module_name:
|
||||||
- **sum_rain_1**: Rainfall in the last hour in mm.
|
type: list
|
||||||
- **sum_rain_24**: Rainfall in mm from 00:00am - 23:59pm.
|
required: true
|
||||||
- **windangle**: Wind angle
|
description: Name of the module.
|
||||||
- **windstrength**: Wind strength
|
keys:
|
||||||
- **gustangle**: Wind gust angle
|
temperature:
|
||||||
- **guststrength**: Wind gust strength
|
description: Current temperature.
|
||||||
- **min_temp**: Min temperature for today
|
co2:
|
||||||
- **max_temp**: Max temperature for today
|
description: CO2 concentration in ppm.
|
||||||
- **rf_status**: Current radio status per module. (90=low, 60=highest)
|
pressure:
|
||||||
- **wifi_status**: Wifi status per Base station
|
description: Pressure in mbar.
|
||||||
- **battery_vp**: Current battery status per module.
|
noise:
|
||||||
|
description: Noise level in dB.
|
||||||
|
humidity:
|
||||||
|
description: "Humidity in %."
|
||||||
|
rain:
|
||||||
|
description: Estimated rainfall for today in mm.
|
||||||
|
sum_rain_1:
|
||||||
|
description: Rainfall in the last hour in mm.
|
||||||
|
sum_rain_24:
|
||||||
|
description: "Rainfall in mm from 00:00am - 23:59pm."
|
||||||
|
windangle:
|
||||||
|
description: Wind angle
|
||||||
|
windstrength:
|
||||||
|
description: Wind strength
|
||||||
|
gustangle:
|
||||||
|
description: Wind gust angle
|
||||||
|
guststrength:
|
||||||
|
description: Wind gust strength
|
||||||
|
min_temp:
|
||||||
|
description: Min temperature for today
|
||||||
|
max_temp:
|
||||||
|
description: Max temperature for today
|
||||||
|
rf_status:
|
||||||
|
description: "Current radio status per module. (90=low, 60=highest)"
|
||||||
|
wifi_status:
|
||||||
|
description: Wifi status per Base station
|
||||||
|
battery_vp:
|
||||||
|
description: Current battery status per module.
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
### {% linkable_title Find your modules name %}
|
### {% linkable_title Find your modules name %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user