From c78ee2e8626a27f88b7bd8d476dc9fc38db61b6d Mon Sep 17 00:00:00 2001 From: endor <1937941+endor-force@users.noreply.github.com> Date: Sat, 22 Aug 2020 09:44:58 +0200 Subject: [PATCH] Add wind_speed_max sensor. (#14256) --- source/_integrations/trafikverket_weatherstation.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/trafikverket_weatherstation.markdown b/source/_integrations/trafikverket_weatherstation.markdown index 3856755ea73..4a620a4bf3e 100644 --- a/source/_integrations/trafikverket_weatherstation.markdown +++ b/source/_integrations/trafikverket_weatherstation.markdown @@ -34,6 +34,7 @@ sensor: - wind_direction - wind_direction_text - wind_speed + - wind_speed_max - precipitation_amount - precipitation_amountname ``` @@ -70,6 +71,8 @@ monitored_conditions: description: Rough wind direction in twelve variants (Swedish text). wind_speed: description: Average wind speed during the last 10 minutes. + wind_speed_max: + description: Maximum wind speed measured during the last 30 minutes. precipitation_amount: description: Amount of precipitation. precipitation_amountname: @@ -105,6 +108,7 @@ sensor: - wind_direction - wind_direction_text - wind_speed + - wind_speed_max - platform: trafikverket_weatherstation name: Trafikverket Lanna api_key: YOUR_API_KEY