From 0fb69c5ce42bac666f4f881e3a89af9e0b410e99 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 8 Sep 2015 16:33:13 +0200 Subject: [PATCH] Conditions are required --- homeassistant/components/sensor/openweathermap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/sensor/openweathermap.py b/homeassistant/components/sensor/openweathermap.py index a00c66d4b61..5ca292a599f 100644 --- a/homeassistant/components/sensor/openweathermap.py +++ b/homeassistant/components/sensor/openweathermap.py @@ -33,7 +33,7 @@ forecast Enables the forecast. The default is to display the current conditions. monitored_conditions -*Optional +*Required Conditions to monitor. See the configuration example above for a list of all available conditions to monitor.