diff --git a/source/_integrations/history_stats.markdown b/source/_integrations/history_stats.markdown index 26532211c1f..895d274e21f 100644 --- a/source/_integrations/history_stats.markdown +++ b/source/_integrations/history_stats.markdown @@ -107,12 +107,12 @@ The duration variable is used when the time period is fixed. Different syntaxes ```yaml # 6 hours -duration: 06:00 +duration: "06:00" ``` ```yaml # 1 minute, 30 seconds -duration: 00:01:30 +duration: "00:01:30" ``` ```yaml