From acc4381e77d692378d40f0db443e7a3e59b64255 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 18 Sep 2022 19:06:44 -0400 Subject: [PATCH] Changed to a more general response --- packages/notify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notify.yaml b/packages/notify.yaml index c9134dc..c1d0907 100644 --- a/packages/notify.yaml +++ b/packages/notify.yaml @@ -559,7 +559,7 @@ script: {% endif %} message: > {% if who in ['Basement','basement','basement_echo_dot','media_player.basement_echo_dot','Basement Echo Dot'] and is_state('input_boolean.studio_quiet','on') %} - 'I cannot play notifications in the basement while the stream is live' + 'I cannot play notifications in the basement right now, because quiet has been requested' {% else %} {{ message }} {% endif %}