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
pull/14145/head
Chris Romp 2020-08-03 03:45:12 -07:00 committed by GitHub
parent 2e3293b8aa
commit 7933580f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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