Closed
Description
The problem
using device_id
with announce via dev tools / actions duplicates the announcement making it play twice,device_id
is the default if using dev tools
using entity_id
does not exhibit this, i was testing using dev tools
now obviously i know how to make it right, but im not sure if this is an intended side effect as i know using some pickers in HAOS use device_id
What version of Home Assistant Core has the issue?
core-2025.6.0
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
alexa_devices
Link to integration documentation on our website
https://www.home-assistant.io/integrations/alexa_devices
Diagnostics information
No response
Example YAML snippet
this announces twice (using dev tools / actions)
action: notify.send_message
data:
message: hello this is an announcement
target:
device_id: 1ddcXXXXXXXXXXXd31978
this works correctly (only 1 announcement)
action: notify.send_message
data:
message: hello this is an announcement
target:
entity_id: notify.echo_plus_announce
Anything in the logs that might be useful for us?
nothing
Additional information
No response