Add wind_speed_max sensor. (#14256)

This commit is contained in:
endor 2020-08-22 09:44:58 +02:00 committed by GitHub
parent 9fffd278f1
commit c78ee2e862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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