ollo69/ha-samsungtv-smart

Open youtube on a specific video

Opened this issue · 3 comments

Hi there
is it possible to open youtube on a specific video when I provide a video id?
currently I can only open youtube app on its' home screen, and I want to be able and open it on a specific video page.

thanks

Would love to figure this out as well.

The only way that I could achieve this was by using rest_command script.

Try…

service: media_player.play_media
target:
  entity_id: media_player.frame85
data:
  media_content_id: https://www.youtube.com/watch?v=dQw4w9WgXcQ
  media_content_type: url
  enqueue: "play"

media_content_type: url, not video, and also needs the enqueue option.