increased idle update interval fo rnhl

This commit is contained in:
ChuckBuilds
2025-04-17 13:46:49 -05:00
parent 827f07b836
commit a6d97c392a

View File

@@ -42,7 +42,7 @@
},
"weather": {
"enabled": true,
"update_interval": 300,
"update_interval": 600,
"units": "imperial",
"display_format": "{temp}°F\n{condition}"
},
@@ -70,7 +70,7 @@
],
"test_mode": true,
"update_interval_seconds": 15,
"idle_update_interval_seconds": 300,
"idle_update_interval_seconds": 600,
"show_only_favorites": true,
"cycle_game_duration_seconds": 10
}