diff --git a/wled00/cfg.cpp b/wled00/cfg.cpp
index cafba6a0ab..aac084d684 100644
--- a/wled00/cfg.cpp
+++ b/wled00/cfg.cpp
@@ -481,6 +481,7 @@ bool deserializeConfig(JsonObject doc, bool fromFS) {
JsonObject if_ntp = interfaces[F("ntp")];
CJSON(ntpEnabled, if_ntp["en"]);
getStringFromJson(ntpServerName, if_ntp[F("host")], 33); // "1.wled.pool.ntp.org"
+ CJSON(ntpSyncInterval, if_ntp[F("int")]);
CJSON(currentTimezone, if_ntp[F("tz")]);
CJSON(utcOffsetSecs, if_ntp[F("offset")]);
CJSON(useAMPM, if_ntp[F("ampm")]);
diff --git a/wled00/data/settings_time.htm b/wled00/data/settings_time.htm
index 19316f7dbc..a5550098a2 100644
--- a/wled00/data/settings_time.htm
+++ b/wled00/data/settings_time.htm
@@ -171,6 +171,13 @@
Time setup
Get time from NTP server:
Use 24h format:
+ NTP refresh: per day
Time zone: