jaydeethree / Home-Assistant-weatherdotcom

Home Assistant custom component/integration for Weather.com
GNU General Public License v3.0
46 stars 7 forks source link

add a sensor for cloud coverage #34

Closed esdcmc closed 3 months ago

esdcmc commented 3 months ago

would it be possible to all scrape the information of cloud coverage (in %) and get that into a sensor? I see in wunderground that the info is available when I click the HOURLY tab

thanks

jaydeethree commented 3 months ago

Hourly cloud coverage data is already available in the weather.LOCATION_NAME entity:

https://github.com/jaydeethree/Home-Assistant-weatherdotcom/blob/master/custom_components/weatherdotcom/weather.py#L244-L245

cloudcover

esdcmc commented 3 months ago

great! thank-you