From 7933580f57937df567a411a63c4bae9d3cd74646 Mon Sep 17 00:00:00 2001 From: Chris Romp Date: Mon, 3 Aug 2020 03:45:12 -0700 Subject: [PATCH] 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 --- source/_lovelace/weather-forecast.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/weather-forecast.markdown b/source/_lovelace/weather-forecast.markdown index e5dac5a4462..f8f47cb37db 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -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