fix: Fix ntfy notification scripts
This commit is contained in:
@@ -789,8 +789,8 @@ automation:
|
|||||||
message: Garage door is open! It will close in 10 minutes if not ignored.
|
message: Garage door is open! It will close in 10 minutes if not ignored.
|
||||||
priority: high
|
priority: high
|
||||||
actions:
|
actions:
|
||||||
- 'http,Ignore,%ha%,body={\"action\":\"{{ action_ignore }}\"}'
|
- 'http,Ignore,%ha_event%,body={\"action\":\"{{ action_ignore }}\"}'
|
||||||
- 'http,Close,%ha%,body={\"action\":\"{{ action_close }}\"}'
|
- 'http,Close,%ha_event%,body={\"action\":\"{{ action_close }}\"}'
|
||||||
|
|
||||||
- alias: Wait for action callback
|
- alias: Wait for action callback
|
||||||
wait_for_trigger:
|
wait_for_trigger:
|
||||||
@@ -926,8 +926,8 @@ automation:
|
|||||||
message: Front door is unlocked! It will lock in 10 minutes if not ignored.
|
message: Front door is unlocked! It will lock in 10 minutes if not ignored.
|
||||||
priority: high
|
priority: high
|
||||||
actions:
|
actions:
|
||||||
- 'http,Ignore,%ha%,body={\"action\":\"{{ action_ignore }}\"}'
|
- 'http,Ignore,%ha_event%,body={\"action\":\"{{ action_ignore }}\"}'
|
||||||
- 'http,Lock,%ha%,body={\"action\":\"{{ action_lock }}\"}'
|
- 'http,Lock,%ha_event%,body={\"action\":\"{{ action_lock }}\"}'
|
||||||
|
|
||||||
- alias: Wait for action callback
|
- alias: Wait for action callback
|
||||||
wait_for_trigger:
|
wait_for_trigger:
|
||||||
|
|||||||
Reference in New Issue
Block a user