You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
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:
The text was updated successfully, but these errors were encountered: