Fixed some notification clearing calls
This commit is contained in:
@ -493,8 +493,7 @@ script:
|
||||
type: alert
|
||||
who: all
|
||||
message: "clear_notification"
|
||||
data:
|
||||
tag: skip-away
|
||||
tag: skip-away
|
||||
- if:
|
||||
- condition: template
|
||||
value_template: "{{ is_state('input_boolean.away_mode_skipped','on') or is_state('group.adults','home') }}"
|
||||
|
@ -323,8 +323,7 @@ automation:
|
||||
type: alert
|
||||
who: all
|
||||
message: clear_notification
|
||||
data:
|
||||
tag: lockdown-issue
|
||||
tag: lockdown-issue
|
||||
- service: persistent_notification.dismiss
|
||||
data:
|
||||
notification_id: lockdown_issue
|
||||
|
@ -1565,8 +1565,7 @@ automation:
|
||||
type: alert
|
||||
who: all
|
||||
message: clear_notification
|
||||
data:
|
||||
tag: rain-window-warning
|
||||
tag: rain-window-warning
|
||||
- service: script.speech_engine
|
||||
data:
|
||||
who: common
|
||||
@ -1580,8 +1579,7 @@ automation:
|
||||
type: alert
|
||||
who: all
|
||||
message: clear_notification
|
||||
data:
|
||||
tag: rain-window-warning
|
||||
tag: rain-window-warning
|
||||
- service: script.speech_engine
|
||||
data:
|
||||
who: common
|
||||
@ -1667,8 +1665,7 @@ script:
|
||||
type: alert
|
||||
who: all
|
||||
message: clear_notification
|
||||
data:
|
||||
tag: lightning-warning
|
||||
tag: lightning-warning
|
||||
- service: script.status_annc
|
||||
data:
|
||||
who: 'common'
|
||||
|
Reference in New Issue
Block a user