Attempt to improve response time of the actionable notification

This commit is contained in:
2022-12-24 13:48:26 -05:00
parent 5b67c1fa7f
commit c23608ca11

View File

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