diff --git a/source/_components/snips.markdown b/source/_components/snips.markdown index feff4866cea..425abdc6a5a 100644 --- a/source/_components/snips.markdown +++ b/source/_components/snips.markdown @@ -177,8 +177,8 @@ SetTimer: service: script.set_timer data_template: name: "{{ timer_name }}" - duration: "{{ timer_duration }}", - siteId: "{{ siteId }}", + duration: "{{ timer_duration }}" + siteId: "{{ site_id }}" probability: "{{ probability }}" ``` {% endraw %}