Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude clear_notification from being played via TTS on Alexa media_player #2633

Closed
mbenecke opened this issue Oct 17, 2024 · 1 comment
Closed

Comments

@mbenecke
Copy link

NOTE: For a feature to be created it has to be doable in the Amazon app because we are basically replicating the app for HA. If you can't find it in the app, we probably can't create it here.

Is your feature request related to a problem? Please describe.
I'm always frustrated when using Home Assistant Alerts with the alexa_media_player integration because the done_message (e.g., clear_notification) is forwarded and played as a voice notification via TTS on Alexa devices.

This issue typically occurs when using a Notify Group that contains both mobile phones and Alexa devices. The clear_notification is useful for clearing notifications on mobile phones, but it is unnecessary and disruptive when Alexa announces "clear_notification" via TTS.

Describe the solution you'd like
I would like an rule where specific messages are not forwarded to TTS on Alexa devices. Specifically, the clear_notification should:

  1. Be processed by devices like Android phones to clear the notification.
  2. Be ignored by Alexa media players to prevent it from being played via TTS.

Describe alternatives you've considered
As a workaround, I’ve considered using conditions in Home Assistant to manually avoid sending the clear_notification to Alexa devices. However, this solution is cumbersome and requires additional automations, making the system less flexible and harder to manage.

Additional context
In the current setup, every message sent via alert to Alexa devices is played via TTS. This feature would help streamline and separate how alerts are handled between different types of devices, specifically mobile phones vs. media players.

Thank you for considering this feature request!
Best regards,
Marco

Copy link

The issue has received no activity for 60 days and will be closed in a week.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant