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