From 221bce3e7285b18410b407acf3ea6b81c67408b0 Mon Sep 17 00:00:00 2001 From: Stefano0042 <59331592+Stefano0042@users.noreply.github.com> Date: Mon, 22 Jun 2020 16:36:07 +0200 Subject: [PATCH] Secondary_info_attribute default (#13752) Removed capital letter from applicable values. Should 'extrema' render the "old" three rows summarize view (Air pressure; Humidity; Wind speed)? It is not responsive on both default Home and OpenWeatherMap stations. --- 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 7209fa454e5..59049808c41 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -34,7 +34,7 @@ secondary_info_attribute: required: false description: Which attribute to display under the temperature. type: boolean - default: Defaults to Extrema if Available, if not available then Precipitation and if precipitation isn't available then Humidity. + default: Defaults to `extrema` if available, if not available then `precipitation` and if precipitation isn't available then `humidity`. theme: required: false description: "Set to any theme within `themes.yaml`"