Snips: small typo fixes (#5344)

This commit is contained in:
Tod Schmidt 2018-05-10 17:44:30 -04:00 committed by Fabian Affolter
parent 1db44da98e
commit 00de2fdae5

View File

@ -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 %}