Add sun details to OpenUV integration

Hi Aaron #Bachya,

Using the OpenUV integration OpenUV - Home Assistant, but noticing the api explanation on their website OpenUV - Global Real-Time UV Index API | OpenUV.io including the Sun details as exposed like:

{1 item
"result":{8 items
"uv":1.0139
"uv_time":"2023-02-18T10:20:53.741Z"
"uv_max":1.444
"uv_max_time":"2023-02-18T12:15:51.861Z"
"ozone":332.5
"ozone_time":"2023-02-18T09:04:16.512Z"
"safe_exposure_time":{6 items
"st1":164
"st2":197
"st3":263
"st4":329
"st5":526
"st6":986
}
"sun_info":{2 items
"sun_times":{14 items
"solarNoon":"2023-02-18T12:15:51.861Z"
"nadir":"2023-02-18T00:15:51.861Z"
"sunrise":"2023-02-18T07:10:54.742Z"
"sunset":"2023-02-18T17:20:48.981Z"
"sunriseEnd":"2023-02-18T07:14:31.256Z"
"sunsetStart":"2023-02-18T17:17:12.467Z"
"dawn":"2023-02-18T06:36:34.302Z"
"dusk":"2023-02-18T17:55:09.420Z"
"nauticalDawn":"2023-02-18T05:57:38.816Z"
"nauticalDusk":"2023-02-18T18:34:04.907Z"
"nightEnd":"2023-02-18T05:19:03.938Z"
"night":"2023-02-18T19:12:39.784Z"
"goldenHourEnd":"2023-02-18T07:58:33.740Z"
"goldenHour":"2023-02-18T16:33:09.983Z"
}
"sun_position":{2 items
"azimuth":-0.528148839913538
"altitude":0.38517840275456344
}
}
}
}

would it be at all possible to add these details to the integration? there are more than a few details we dot have using the core sun integration, and might be very useful.

Thanks for considering !