This is a pretty simple one that I hope you will incorporate into the next release. The ATTR_FORECAST_HUMIDITY is supported in the weather entity forecast model and is very helpful for me to help control evaporative cooling. I was poking around in the code when the hourly forecast visuals broke and decided to add it with just a couple of lines and it's really nice to have:
This is a pretty simple one that I hope you will incorporate into the next release. The ATTR_FORECAST_HUMIDITY is supported in the weather entity forecast model and is very helpful for me to help control evaporative cooling. I was poking around in the code when the hourly forecast visuals broke and decided to add it with just a couple of lines and it's really nice to have:
Added the attribute to weather.py:
and then read into the attribute in the hourly forecast in weather.py: