Weather component should not show Sunny at night

The Weather component currently shows ‘sunny’ regardless of the time of day. This doesn’t make a lot of sense at night; preferably it would show ‘clear’ or something like that

However, since MDI doesn’t have a ‘clear’ icon, the proper behavior would probably be to integrate with the Sun component (if enabled) and use the ‘night’, ‘sunset-down’, and ‘sunset-up’ conditions instead.

mdi:weather-night looks suitable

Anyone got a solution to this? This is 2023 and I am still seeing Sunny while it is night outside :frowning: