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 service: script.set_timer
data_template: data_template:
name: "{{ timer_name }}" name: "{{ timer_name }}"
duration: "{{ timer_duration }}", duration: "{{ timer_duration }}"
siteId: "{{ siteId }}", siteId: "{{ site_id }}"
probability: "{{ probability }}" probability: "{{ probability }}"
``` ```
{% endraw %} {% endraw %}