Hello,
Does anybody have a working solution for streaming twitch live stream automatically to chromecast?
This used to work, but it does not load the stream anymore:
twitch:
alias: Start twitch
sequence:
- service: switch.turn_on
entity_id: switch.televisio
- service: media_extractor.play_media
data:
entity_id: media_player.kd75
media_content_id: 'https://www.twitch.tv/NameOfTheStreamer'
media_content_type: 'video'
Thanks!