diff --git a/source/_lovelace/weather-forecast.markdown b/source/_lovelace/weather-forecast.markdown index 6fec517cc1a..cd49df1f439 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -30,6 +30,11 @@ show_forecast: description: Show next hours/days forecast. type: boolean default: true +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. theme: required: false description: "Set to any theme within `themes.yaml`" @@ -40,13 +45,13 @@ Example ```yaml type: weather-forecast -entity: weather.dark_sky +entity: weather.openweathermap ```
This card works only with platforms that define a `weather` entity. - E.g., it works with [Dark Sky](/integrations/weather.darksky/) but not [Dark Sky Sensor](/integrations/darksky) + E.g., it works with [OpenWeatherMap](https://www.home-assistant.io/integrations/openweathermap/#weather) but not [OpenWeatherMap Sensor](https://www.home-assistant.io/integrations/openweathermap/#sensor)
diff --git a/source/images/lovelace/lovelace_weather.png b/source/images/lovelace/lovelace_weather.png index 5a69fb7a2da..1f4976a10c3 100644 Binary files a/source/images/lovelace/lovelace_weather.png and b/source/images/lovelace/lovelace_weather.png differ