Fixed mismatching trigger IDs

This commit is contained in:
2022-08-08 13:56:04 -04:00
parent 9b31456bfb
commit 1708d40ce1

View File

@ -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