mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add wind_speed_max sensor. (#14256)
This commit is contained in:
parent
9fffd278f1
commit
c78ee2e862
@ -34,6 +34,7 @@ sensor:
|
|||||||
- wind_direction
|
- wind_direction
|
||||||
- wind_direction_text
|
- wind_direction_text
|
||||||
- wind_speed
|
- wind_speed
|
||||||
|
- wind_speed_max
|
||||||
- precipitation_amount
|
- precipitation_amount
|
||||||
- precipitation_amountname
|
- precipitation_amountname
|
||||||
```
|
```
|
||||||
@ -70,6 +71,8 @@ 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.
|
||||||
|
wind_speed_max:
|
||||||
|
description: Maximum wind speed measured during the last 30 minutes.
|
||||||
precipitation_amount:
|
precipitation_amount:
|
||||||
description: Amount of precipitation.
|
description: Amount of precipitation.
|
||||||
precipitation_amountname:
|
precipitation_amountname:
|
||||||
@ -105,6 +108,7 @@ sensor:
|
|||||||
- wind_direction
|
- wind_direction
|
||||||
- wind_direction_text
|
- wind_direction_text
|
||||||
- wind_speed
|
- wind_speed
|
||||||
|
- wind_speed_max
|
||||||
- platform: trafikverket_weatherstation
|
- platform: trafikverket_weatherstation
|
||||||
name: Trafikverket Lanna
|
name: Trafikverket Lanna
|
||||||
api_key: YOUR_API_KEY
|
api_key: YOUR_API_KEY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user