From 965d2a5e4a33e1ea4126f4f56cac2db62889db45 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 1 Jul 2023 01:25:03 -0400 Subject: [PATCH] Fixed voices on some actionable notifications --- node-red/projects/NerdFlows | 2 +- packages/alexa.yaml | 2 +- scripts.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/node-red/projects/NerdFlows b/node-red/projects/NerdFlows index 9c3cd70..ae0b144 160000 --- a/node-red/projects/NerdFlows +++ b/node-red/projects/NerdFlows @@ -1 +1 @@ -Subproject commit 9c3cd70ca25a6cd176e725bb8eb451d2ecb2c8d2 +Subproject commit ae0b14440dca616ad79b7fc6b3f94982a8198bb4 diff --git a/packages/alexa.yaml b/packages/alexa.yaml index 619e45c..4bd59ad 100644 --- a/packages/alexa.yaml +++ b/packages/alexa.yaml @@ -28,7 +28,7 @@ automation: - service: script.activate_alexa_actionable_notification data: text: >- - The furnace room light is on, should I turn it off? + The furnace room light is on, should I turn it off? event_id: 'actionable_notification_furnace_room_light_on' alexa_device: 'media_player.basement_echo_dot' diff --git a/scripts.yaml b/scripts.yaml index ee01ae8..19069a5 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -39,7 +39,7 @@ give_me_darkness: then: - service: script.activate_alexa_actionable_notification data: - text: Would you like me to arm + text: Would you like me to arm the security system? event_id: actionable_notification_night_security_arm alexa_device: '{{ states(''sensor.last_alexa_entity_id'') }}' @@ -280,7 +280,7 @@ going_upstairs: alias: Shut down laptop - service: script.activate_alexa_actionable_notification data: - text: Would you like me to shut down + text: Would you like me to shut down your computer? event_id: actionable_notification_shutdown_computer alexa_device: media_player.basement_echo_dot