From 2cd3b5f6ed39b40d11cc82014b642bd75f810e83 Mon Sep 17 00:00:00 2001 From: sayam93 <163408168+sayam93@users.noreply.github.com> Date: Wed, 11 Dec 2024 03:10:26 +0530 Subject: [PATCH] Update const.py --- custom_components/alexa_media/const.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/custom_components/alexa_media/const.py b/custom_components/alexa_media/const.py index c8dc8905..5d1f0357 100644 --- a/custom_components/alexa_media/const.py +++ b/custom_components/alexa_media/const.py @@ -111,13 +111,12 @@ ATTR_EMAIL = "email" ATTR_NUM_ENTRIES = "entries" STREAMING_ERROR_MESSAGE = ( - "Sorry folks! Amazon doesn't allow streaming music like this. " - "Please take it up with them!" + "Sorry, direct music streaming isn't supported. " + "This limitation is set by Amazon, and not by Alexa-Media-Player, Music-Assistant, nor Home-Assistant." ) PUBLIC_URL_ERROR_MESSAGE = ( "To send TTS, please set the public URL in integration configuration." ) -ANNOUNCE_ERROR_MESSAGE = "To send TTS, please set Announce=true." STARTUP = f""" ------------------------------------------------------------------- {DOMAIN}