From 4a8aab1075cf76ba6aaa9c7ab8c82fc4c064bef6 Mon Sep 17 00:00:00 2001 From: jessyjones Date: Fri, 2 Nov 2018 00:32:36 +0100 Subject: [PATCH] Removed duplicate paragraph There was a duplicate paragraph around line 160 (regarding slot names) --- source/_components/snips.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_components/snips.markdown b/source/_components/snips.markdown index 9a03d1c9d36..96696c36d84 100644 --- a/source/_components/snips.markdown +++ b/source/_components/snips.markdown @@ -167,8 +167,6 @@ In the above example, the slots are plain strings. However, Snips has a duration In this example if we had an intent triggered with 'Set a timer for five minutes', `duration:` would equal 300 and `duration_raw:` would be set to 'five minutes'. The duration can be easily used to trigger Home Assistant events and the `duration_raw:` could be used to send a human readable response or alert. -In this example if we had an intent triggered with 'Set a timer for five minutes', duration would equal 300 and duration_raw would be set to 'five minutes'. The duration can be easily used to trigger HA events, and the duration_raw could be used to send a human readable response or alert. - {% raw %} ```yaml SetTimer: