From c23608ca11aae972cb9034585104cb922a1b8d95 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 24 Dec 2022 13:48:26 -0500 Subject: [PATCH] Attempt to improve response time of the actionable notification --- scripts.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts.yaml b/scripts.yaml index 1c1ae59..612cbc1 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -292,6 +292,11 @@ going_upstairs: basement_on: alias: Basement On 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 data: {} target: @@ -302,11 +307,6 @@ basement_on: data: {} target: 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 icon: hue:room-stairs start_youtube_basement: