From fff6b9ba288999f6799dfdadabb44d89b03fbd72 Mon Sep 17 00:00:00 2001 From: endor <1937941+endor-force@users.noreply.github.com> Date: Mon, 18 Mar 2019 18:55:30 +0100 Subject: [PATCH] Added information about additional sensors (#8970) --- .../sensor.trafikverket_weatherstation.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_components/sensor.trafikverket_weatherstation.markdown b/source/_components/sensor.trafikverket_weatherstation.markdown index 9fe7ef4d92a..f1aa584512e 100644 --- a/source/_components/sensor.trafikverket_weatherstation.markdown +++ b/source/_components/sensor.trafikverket_weatherstation.markdown @@ -39,6 +39,8 @@ sensor: - wind_direction - wind_direction_text - wind_speed + - precipitation_amount + - precipitation_amountname ``` {% configuration %} @@ -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 %} @@ -120,4 +127,6 @@ sensor: - road_temp - humidity - precipitation + - precipitation_amount + - precipitation_amountname ```