Skip to content

Commit

Permalink
Added information about additional sensors (#8970)
Browse files Browse the repository at this point in the history
  • Loading branch information
endor-force authored and fabaff committed Mar 18, 2019
1 parent 3eda036 commit fff6b9b
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ sensor:
- wind_direction
- wind_direction_text
- wind_speed
- precipitation_amount
- precipitation_amountname
```
{% configuration %}
Expand Down Expand Up @@ -73,6 +75,11 @@ monitored_conditions:
description: Rough wind direction in twelve variants (Swedish text).
wind_speed:
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 %}
## {% linkable_title Obtaining API key %}
Expand Down Expand Up @@ -120,4 +127,6 @@ sensor:
- road_temp
- humidity
- precipitation
- precipitation_amount
- precipitation_amountname
```

0 comments on commit fff6b9b

Please sign in to comment.