mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Added information about additional sensors (#8970)
This commit is contained in:
parent
3eda03672f
commit
fff6b9ba28
@ -39,6 +39,8 @@ sensor:
|
|||||||
- wind_direction
|
- wind_direction
|
||||||
- wind_direction_text
|
- wind_direction_text
|
||||||
- wind_speed
|
- wind_speed
|
||||||
|
- precipitation_amount
|
||||||
|
- precipitation_amountname
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -73,6 +75,11 @@ monitored_conditions:
|
|||||||
description: Rough wind direction in twelve variants (Swedish text).
|
description: Rough wind direction in twelve variants (Swedish text).
|
||||||
wind_speed:
|
wind_speed:
|
||||||
description: Average wind speed during the last 10 minutes.
|
description: Average wind speed during the last 10 minutes.
|
||||||
|
precipitation_amount:
|
||||||
|
description: Amount of precipitation.
|
||||||
|
precipitation_amountname:
|
||||||
|
description: Amount of precipitation in thirteen variants (Swedish text).
|
||||||
|
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Obtaining API key %}
|
## {% linkable_title Obtaining API key %}
|
||||||
@ -120,4 +127,6 @@ sensor:
|
|||||||
- road_temp
|
- road_temp
|
||||||
- humidity
|
- humidity
|
||||||
- precipitation
|
- precipitation
|
||||||
|
- precipitation_amount
|
||||||
|
- precipitation_amountname
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user