Fix weather forecast lovelace card documentation (#39288)

This commit is contained in:
maralorn 2025-06-27 20:09:39 +02:00 committed by GitHub
parent 5d4162fa74
commit a77e17e2d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.