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#L213pull/14145/head
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…
Reference in New Issue