I might be barking up the wrong tree here, but maybe someone can help
Basically, I want a way to get only the LATEST episode of a podcast sent to Alexa. Using the inbuilt Alexa routes (either skills or podcasts) it will continue playing every episode
I had previously hacked this for a different scenario by parsing the feed and hosting this on my own server and setting up my own Alexa skill but for some reason that’s broken and I’m unable to fix it
So, wondering if there might be a way to use Home Assistant and push using the Alexa media player…
Any thoughts?
One thing I’ve been able to do is use the REST integration to point directly to a podcast RSS feed and extract the URL for the podcast episode - which in turn you can pass to the media_player.play_media service.
Thank you for providing this. I’m trying to set this up for the conan o’brien podcast and the smartless podcast. Unfortunately the conan podcast doesnt seem to pull the url but pulls episode name etc while the smartless podcast does pull the url but doesnt play. Would you mind if you got time to see if you could get them to work on your side?