diff --git a/source/components/sensor.forecast.markdown b/source/components/sensor.forecast.markdown index 005e3838a6d..9a2534f9eca 100644 --- a/source/components/sensor.forecast.markdown +++ b/source/components/sensor.forecast.markdown @@ -39,7 +39,7 @@ sensor: Configuration variables: - **api_key** (*Required*): Your API key for http://forecast.io/. -- **display_conditions** array: Conditions to display in the frontend. +- **display_conditions** array (*Required*): Conditions to display in the frontend. - **summary**: A human-readable text summary. - **precip_type**: The type of precipitation occurring. - **precip_intensity**: The average expected intensity of precipitation occurring. diff --git a/source/components/sensor.openweathermap.markdown b/source/components/sensor.openweathermap.markdown index 548f605b156..4695ee6d5a0 100644 --- a/source/components/sensor.openweathermap.markdown +++ b/source/components/sensor.openweathermap.markdown @@ -37,7 +37,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: Conditions to display in the frontend. +- **display_conditions** array (*Required*): Conditions to display in the frontend. - **weather**: A human-readable text summary. - **temperature**: The current temperature. - **wind_speed**: The wind speed.