mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update blueprint syntax (#135050)
This commit is contained in:
parent
42277955fa
commit
f8b56c460e
@ -71,11 +71,11 @@ sequence:
|
|||||||
title: !input dismiss_text
|
title: !input dismiss_text
|
||||||
- alias: "Awaiting response"
|
- alias: "Awaiting response"
|
||||||
wait_for_trigger:
|
wait_for_trigger:
|
||||||
- platform: event
|
- trigger: event
|
||||||
event_type: mobile_app_notification_action
|
event_type: mobile_app_notification_action
|
||||||
event_data:
|
event_data:
|
||||||
action: "{{ action_confirm }}"
|
action: "{{ action_confirm }}"
|
||||||
- platform: event
|
- trigger: event
|
||||||
event_type: mobile_app_notification_action
|
event_type: mobile_app_notification_action
|
||||||
event_data:
|
event_data:
|
||||||
action: "{{ action_dismiss }}"
|
action: "{{ action_dismiss }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user