mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Fix weather forecast lovelace card documentation (#39288)
This commit is contained in:
parent
5d4162fa74
commit
a77e17e2d9
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user