mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Snips: small typo fixes (#5344)
This commit is contained in:
parent
1db44da98e
commit
00de2fdae5
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user