From e5c88ef8518b3f19c1ddce66c765d8dac8a16e09 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 10 Jun 2016 12:55:50 +0200 Subject: [PATCH] Update sensor.openweathermap.markdown (#548) Fix configuration variable monitored_conditions --- source/_components/sensor.openweathermap.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.openweathermap.markdown b/source/_components/sensor.openweathermap.markdown index 6c8a4f85c69..01673022dc4 100644 --- a/source/_components/sensor.openweathermap.markdown +++ b/source/_components/sensor.openweathermap.markdown @@ -40,7 +40,7 @@ Configuration variables: - **api_key** (*Required*): Your API key for http://openweathermap.org/. - **forecast** (*Optional*): Enables the forecast. The default is to display the current conditions. -- **display_conditions** array (*Required*): Conditions to display in the frontend. +- **monitored_conditions** array (*Required*): Conditions to display in the frontend. - **weather**: A human-readable text summary. - **temperature**: The current temperature. - **wind_speed**: The wind speed.