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.