mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Fix weather-forecast.markdown (#14112)
Fix for `secondary_info_attribute` type (was: `boolean`, now: `string`). See also: https://github.com/home-assistant/frontend/blob/dev/src/panels/lovelace/cards/hui-weather-forecast-card.ts#L213
This commit is contained in:
parent
2e3293b8aa
commit
7933580f57
@ -63,7 +63,7 @@ show_forecast:
|
||||
secondary_info_attribute:
|
||||
required: false
|
||||
description: Which attribute to display under the temperature.
|
||||
type: boolean
|
||||
type: string
|
||||
default: Defaults to `extrema` if available, if not available then `precipitation` and if precipitation isn't available then `humidity`.
|
||||
theme:
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user