diff --git a/source/_lovelace/weather-forecast.markdown b/source/_lovelace/weather-forecast.markdown index 5edc5aa6081..1ddc7ed4706 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -25,6 +25,11 @@ name: description: Overwrites the friendly name. type: string default: Entity Name +show_forecast: + required: false + description: Show next hours/days forecast. + type: string + default: true theme: required: false description: "Set to any theme within `themes.yaml`" diff --git a/source/images/lovelace/lovelace_weather.png b/source/images/lovelace/lovelace_weather.png index de44eed08fe..5a69fb7a2da 100644 Binary files a/source/images/lovelace/lovelace_weather.png and b/source/images/lovelace/lovelace_weather.png differ