Fixed mismatching trigger IDs
This commit is contained in:
@ -51,13 +51,13 @@ automation:
|
|||||||
event_data:
|
event_data:
|
||||||
event_id: actionable_notification_shutdown_computer
|
event_id: actionable_notification_shutdown_computer
|
||||||
event_response_type: ResponseYes
|
event_response_type: ResponseYes
|
||||||
id: shutdown_yes
|
id: shutdown-yes
|
||||||
- platform: event
|
- platform: event
|
||||||
event_type: alexa_actionable_notification
|
event_type: alexa_actionable_notification
|
||||||
event_data:
|
event_data:
|
||||||
event_id: actionable_notification_shutdown_computer
|
event_id: actionable_notification_shutdown_computer
|
||||||
event_response_type: ResponseNo
|
event_response_type: ResponseNo
|
||||||
id: shutdown_no
|
id: shutdown-no
|
||||||
action:
|
action:
|
||||||
- if:
|
- if:
|
||||||
- condition: trigger
|
- condition: trigger
|
||||||
|
Reference in New Issue
Block a user