You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: homeassistant/components/hassio/strings.json
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,19 @@
164
164
},
165
165
"title": "Multiple data disks detected"
166
166
},
167
+
"issue_system_ntp_sync_failed": {
168
+
"fix_flow": {
169
+
"abort": {
170
+
"apply_suggestion_fail": "Could not re-enable NTP. Check the Supervisor logs for more details."
171
+
},
172
+
"step": {
173
+
"system_enable_ntp": {
174
+
"description": "NTP time servers were unreachable and the system clock was found to be more than 1 hour off. The time has been corrected and the NTP service was temporarily disabled to allow this adjustment.\n\nCheck the **Host logs** to investigate why NTP servers could not be reached. Once resolved, select **Submit** to re-enable the NTP service."
175
+
}
176
+
}
177
+
},
178
+
"title": "NTP sync failed - system time was corrected"
0 commit comments