Martijn van der Pol
Martijn van der Pol
closed because of lack of response in the last 3 months
For me it already didn't work on 12.3, also see https://github.com/home-assistant/operating-system/issues/3395
According to the trace you shared, `media_player.kokken` was `idle` ```json { "data_source": "resume_script", "entity_id": "media_player.kokken", "state": "idle", "type": "speaker", "members": [], "volume_level": 0.25 } ``` Please share a trace where...
In the helper script I see: `"error": "Action spotcast.start not found",` Did you install and configure Spotcast?
You are using a beta version of Spotcast which isn't supported by the script yet. I'll have a look when I can build in support for this new action. However...
Sorry, it took some time. I connected a Chromecast I had lying around, and finally managed to connect the Spotcast beta today. I will start working on supporting the beta...
Hmm, the new `spotcast.play_media` action doesn't seem to support resuming playback from a previoius session. It is required to provide a spotify uri, and I don't see an alternative action...
oh, already got a response, it is possible with the `spotcast.transfer_playback` action. I'll continue working on this :)
you can try the version from this branch if you want https://github.com/TheFes/Google-Home-Resume/tree/2025.1 Setting have been changed, as I don't use it myself anymore, I changed the setting to example settings...
Please give me more information. It wouldn't resume doesn't tell me anything. At least provide the traces for the main script and resume script. And yes, you only need to...