OpenWeatherMap - UV Index

I wonder if it’s possible to add UV Index. It’s already supported by pyowm:
https://pyowm.readthedocs.io/en/latest/usage-examples-v2/uv-api-usage-examples.html#uvindex-entity

Update
Unfortunately current UV Index API is still BETA and only return daily values:
https://openweathermap.org/api/uvi

I have a branch ready to be merged once values are at least hourly.

Thanks.