Script is running twice?

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?

1 Like

Also, do scripts show in the generated Lovelace default dashboard? I see scenes but no scripts ?

Thanks all!