Trying to play video from Youtube as part of an automation and i'm lost

Ahh OK… Sorry I misunderstood :grin:

Gives me something to look into though thanks :grin::grin:

Launch YouTube App and play, just change the address.

service: androidtv.adb_command
data:
  entity_id: media_player.cube
  command: >- 
    am start -n com.amazon.firetv.youtube/dev.cobalt.app.MainActivity -a android.intent.action.VIEW -d "https://www.youtube.com/watch?v=GnzepyosyRE&list=PLPA49Pz3BAxP4bg-wAQLhke4mwb7NLZou"
1 Like