From c800508f87c2a70c31b0c12a272bb8f1d27ef0fc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 20 Jun 2015 16:22:00 +0200 Subject: [PATCH] update docs --- homeassistant/components/sensor/openweathermap.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/homeassistant/components/sensor/openweathermap.py b/homeassistant/components/sensor/openweathermap.py index 9601dea1aed..2a82fa1206f 100644 --- a/homeassistant/components/sensor/openweathermap.py +++ b/homeassistant/components/sensor/openweathermap.py @@ -12,7 +12,7 @@ following to your config/configuration.yaml sensor: platform: openweathermap api_key: YOUR_APP_KEY - monitored_variables: + monitored_conditions: - weather - temperature - wind_speed @@ -30,13 +30,7 @@ To retrieve this value log into your account at http://openweathermap.org/ monitored_conditions *Required -An array specifying the variables to monitor. - -These are the variables for the monitored_conditions array: - -type -*Required -The variable you wish to monitor, see the configuration example above for a +Conditions to monitor. See the configuration example above for a list of all available conditions to monitor. Details for the API : http://bugs.openweathermap.org/projects/api/wiki