From a77e17e2d9f1725df4283ada24e5b7ba6b2d96d7 Mon Sep 17 00:00:00 2001 From: maralorn Date: Fri, 27 Jun 2025 20:09:39 +0200 Subject: [PATCH] Fix weather forecast lovelace card documentation (#39288) --- source/_dashboards/weather-forecast.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_dashboards/weather-forecast.markdown b/source/_dashboards/weather-forecast.markdown index 1f9b40edb8e..3079773a75b 100644 --- a/source/_dashboards/weather-forecast.markdown +++ b/source/_dashboards/weather-forecast.markdown @@ -61,6 +61,11 @@ name: description: Overwrites the friendly name. type: string default: Entity name +show_current: + required: false + description: Show the current weather conditions above the forecast. + type: boolean + default: true show_forecast: required: false description: Show next hours/days forecast. @@ -70,7 +75,6 @@ forecast_type: required: true description: Type of forecast to display, one of `daily`, `hourly` or `twice_daily`. type: string - default: Automatically selects in order of `daily`, `hourly` and `twice_daily`. secondary_info_attribute: required: false description: Which attribute to display under the temperature.