Further adjustment to weatherPresetWeight

primary weather is sunny, rain/cloudy equal
This commit is contained in:
Chomp
2025-09-30 13:31:46 +01:00
parent 9dd246cbb0
commit 0ca3ecce42
@@ -257,7 +257,7 @@
"CLOUDY": 3
},
"default": {
"SUNNY": 7,
"SUNNY": 13,
"RAINY": 7,
"CLOUDY": 7
}