I have a simple script that runs a alexa routine, but if i play it, i am getting the ‘start cleaning’ message from the robot twice, indicating somehow the script is ran twice. If i run the routine from alexa itself i only get the message once.
alias: Start Dining Room Vacuum
sequence:
- service: media_player.play_media
data:
media_content_type: routine
media_content_id: Start Diningroom Vacuum
target:
area_id: dining_room
mode: single
icon: mdi:robot-vacuum
Anyone know why this is happening?