Weather Icons and Alert Fixes #3

Merged
SDCore merged 5 commits from dev into main 2026-07-15 04:47:54 +00:00
Showing only changes of commit ec63142ca3 - Show all commits

View file

@ -12,6 +12,10 @@ export function getWeatherIcon(icon) {
return `partlycloudyday`;
case "breezy":
return `windy`;
case "drizzle":
return `drizzle`;
case "light-rain":
return `drizzle`;
case "rain":
return `rain`;
case "thunderstorm":