mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
shell_command: Fix minor typo (#28330)
This commit is contained in:
parent
3a0c577b55
commit
f3f81dfb58
@ -119,7 +119,7 @@ automation:
|
||||
data:
|
||||
filename: "todo.txt"
|
||||
response_variable: todo_response
|
||||
- if: "{{ todo_response['returncode'] == 0 }}'
|
||||
- if: "{{ todo_response['returncode'] == 0 }}"
|
||||
then:
|
||||
- service: notify.mobile_app_iphone
|
||||
data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user