Hi,
I’m trying to write a script that would play content from my Plex server and cast it to a Google Chromecast device. I tried the following:
> alias: Bedtime
> sequence:
> - service: media_player.play_media
> data:
> entity_id: media_player.master_bedroom_speaker
> media_content_type: PLAYLIST
> media_content_id: '{ "playlist_name": "Ambient Sleep", "shuffle": "1" }'
When the script executes I can hear the cast notification sound through the speakers but no media plays. My guess is that the “master_bedroom_speaker” entity (a Google Chromecast Audio) has no knowledge of the plex server. I did notice that if I go to the Integrations page and click on the Plex box I see some entities called “Plex (Plex Cast - Chromecast)” - should I be using those entities instead?
Thanks