From e6ef64968bc99b6f8ed30fb0f1a581bc78763a97 Mon Sep 17 00:00:00 2001 From: Kristof Rado Date: Sat, 30 May 2020 00:06:20 +0200 Subject: [PATCH] Disable Sunrise/Sunset in Config option --- tests/configs/modules/weather/currentweather_options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/configs/modules/weather/currentweather_options.js b/tests/configs/modules/weather/currentweather_options.js index 2b5f9774..3c9021f5 100644 --- a/tests/configs/modules/weather/currentweather_options.js +++ b/tests/configs/modules/weather/currentweather_options.js @@ -28,6 +28,7 @@ let config = { initialLoadDelay: 3000, useBeaufort: false, showWindDirectionAsArrow: true, + showSun: false, showHumidity: true, roundTemp: true, degreeLabel: true