From 5e41099b9302584b60cb0074fd1eab44101171ea Mon Sep 17 00:00:00 2001 From: David Bilay <32872847+dbilay@users.noreply.github.com> Date: Wed, 3 Oct 2018 16:15:56 +0200 Subject: [PATCH] Add new monitored condition "weather_code" (#6468) --- source/_components/sensor.openweathermap.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/sensor.openweathermap.markdown b/source/_components/sensor.openweathermap.markdown index 48d141ddfef..fd95c768fc1 100644 --- a/source/_components/sensor.openweathermap.markdown +++ b/source/_components/sensor.openweathermap.markdown @@ -72,6 +72,8 @@ sensor: description: The rain volume. snow: description: The snow volume. + weather_code: + description: The current weather condition code. {% endconfiguration %} Details about the API are available in the [OpenWeatherMap documentation](http://openweathermap.org/api).