Attempt to improve response time of the actionable notification
This commit is contained in:
10
scripts.yaml
10
scripts.yaml
@ -292,6 +292,11 @@ going_upstairs:
|
|||||||
basement_on:
|
basement_on:
|
||||||
alias: Basement On
|
alias: Basement On
|
||||||
sequence:
|
sequence:
|
||||||
|
- service: script.activate_alexa_actionable_notification
|
||||||
|
data_template:
|
||||||
|
text: Would you like me to turn on the computer for Collin?
|
||||||
|
event_id: actionable_notification_kallen_computer_on
|
||||||
|
alexa_device: '{{ states(''sensor.last_alexa'') }}'
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
@ -302,11 +307,6 @@ basement_on:
|
|||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
entity_id: media_player.basement_tv
|
entity_id: media_player.basement_tv
|
||||||
- service: script.activate_alexa_actionable_notification
|
|
||||||
data_template:
|
|
||||||
text: Would you like me to turn on the computer for Collin?
|
|
||||||
event_id: actionable_notification_kallen_computer_on
|
|
||||||
alexa_device: '{{ states(''sensor.last_alexa'') }}'
|
|
||||||
mode: single
|
mode: single
|
||||||
icon: hue:room-stairs
|
icon: hue:room-stairs
|
||||||
start_youtube_basement:
|
start_youtube_basement:
|
||||||
|
Reference in New Issue
Block a user