Any way to cast a youtube video/playlist to a tv?
Currently I have
alias: Play Linus Tech Tips
trigger:
- platform: webhook
webhook_id: youtube_linus
condition: []
action:
- service: media_extractor.play_media
entity_id: media_player.living_room
data:
media_content_id: "https://www.youtube.com/watch?v=itimk-h19OA"
media_content_type: video/youtube
This is the error:
components/media_player/init.py (ERROR)
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/service.py”, line 289, in _handle_service_platform_call
await func(entity, data)
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/media_player/init.py”, line 592, in play_media
raise NotImplementedError()
NotImplementedError