Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
512 B
296
Indexable
alias: Actionable Notify - Lights
description: ""
trigger: []
condition: []
action:
  - service: script.activate_alexa_actionable_notification
    data:
      text: null
      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: ResponseYes
  - service: light.turn_on
    data: {}
mode: single