mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +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.
|
description: Overwrites the friendly name.
|
||||||
type: string
|
type: string
|
||||||
default: Entity name
|
default: Entity name
|
||||||
|
show_current:
|
||||||
|
required: false
|
||||||
|
description: Show the current weather conditions above the forecast.
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
show_forecast:
|
show_forecast:
|
||||||
required: false
|
required: false
|
||||||
description: Show next hours/days forecast.
|
description: Show next hours/days forecast.
|
||||||
@ -70,7 +75,6 @@ forecast_type:
|
|||||||
required: true
|
required: true
|
||||||
description: Type of forecast to display, one of `daily`, `hourly` or `twice_daily`.
|
description: Type of forecast to display, one of `daily`, `hourly` or `twice_daily`.
|
||||||
type: string
|
type: string
|
||||||
default: Automatically selects in order of `daily`, `hourly` and `twice_daily`.
|
|
||||||
secondary_info_attribute:
|
secondary_info_attribute:
|
||||||
required: false
|
required: false
|
||||||
description: Which attribute to display under the temperature.
|
description: Which attribute to display under the temperature.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user