#How to display humidity in the hourly forecast?

1 messages · Page 1 of 1 (latest)

alpine ibex
#

I have a vertical stack card that includes the hourly forecast for my area.
I would like to have the current humidity displayed under the temperature.
May current yaml is:

type: vertical-stack
cards:
  - show_current: true
    show_forecast: true
    type: weather-forecast
    entity: weather.myarea_hourly
    forecast_type: hourly
high scaffold
#
cards:
  - show_current: true
    show_forecast: true
    type: weather-forecast
    entity: weather.myarea_hourly
    forecast_type: hourly
    secondary_info_attribute: humidity```
alpine ibex
#

Thanks! But what if I want to see both the min/max and humidity?

timid kindle
#

Then that card doesn't work

high scaffold