diff --git a/source/_lovelace/weather-forecast.markdown b/source/_lovelace/weather-forecast.markdown index 6fec517cc1a..cd49df1f439 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -30,6 +30,11 @@ show_forecast: description: Show next hours/days forecast. type: boolean default: true +secondary_info_attribute: + required: false + description: Which attribute to display under the temperature. + type: boolean + default: Defaults to Extrema if Available, if not available then Precipitation and if precipitation isn't available then Humidity. theme: required: false description: "Set to any theme within `themes.yaml`" @@ -40,13 +45,13 @@ Example ```yaml type: weather-forecast -entity: weather.dark_sky +entity: weather.openweathermap ```