Create a sensor for if the newest episode of a specific podcast has been played #41
Replies: 4 comments 1 reply
-
In the
Results are:
You can use the above to parse the results in a script, where the |
Beta Was this translation helpful? Give feedback.
-
Also, check out this example script for something similar - uses the
|
Beta Was this translation helpful? Give feedback.
-
Thanks for this info, there does seem to be a mismatch between what I am doing to reproduce your results your template works but I do not know where you are getting it from as when I run the service call. |
Beta Was this translation helpful? Give feedback.
-
Ya, sorry about that. I forgot the service places it under the “result” dictionary. Same concept, just adding the result prefix like you did. |
Beta Was this translation helpful? Give feedback.
-
Ok so I know I can use 'SpotifyPlus: Get Show Episodes' to get the data about the show, but I am not sure I know how I would go about parsing the data to figure out if 'fully_played: false' is true. Has anyone else tried this yet?
Beta Was this translation helpful? Give feedback.
All reactions