From 922da1da4478b8db77cce369679b9ab596dbf121 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 8 Sep 2015 16:31:30 +0200 Subject: [PATCH] Update docstring ('- type:' was removed a while ago) --- homeassistant/components/sensor/forecast.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/sensor/forecast.py b/homeassistant/components/sensor/forecast.py index fcd976baa06..11d97e645a7 100644 --- a/homeassistant/components/sensor/forecast.py +++ b/homeassistant/components/sensor/forecast.py @@ -37,11 +37,9 @@ monitored_conditions *Required An array specifying the conditions to monitor. -These are the variables for the monitored_conditions array: - -type +monitored_conditions *Required -The condition 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 : https://developer.forecast.io/docs/v2