Untitled

 avatar
unknown
plain_text
2 years ago
697 B
171
Indexable
alias: Actionable Notify - Select
description: ""
trigger: []
condition: []
action:
  - service: script.activate_alexa_actionable_notification
    data:
      text: 
      event_id: actionable_notification_event
      alexa_device: media_player.
  - wait_for_trigger:
      - platform: event
        event_type: alexa_actionable_notification
        event_data:
          event_id: actionable_notification_event
          event_response_type: ResponseSelect
  - service: media_player.play_media
    data_template:
      media_content_id: |
        play {{ wait.trigger.event.data.event_response }}
      media_content_type: custom
    target:
      entity_id:
        - media_player.
mode: single
Editor is loading...