New release, now you don’t need to declare remotes before call it.
If there’s some one here that understand about async programming…
https://community.home-assistant.io/t/i-cant-turn-my-integration-to-async/
Works great!
Thank you.
Thanks Davi
This works great! I’m able to play, pause, next track, etc. in the Lovelace UI.
However in the documentation all of the examples are actions. Is there any way to read a value? Specifically the Winamp remote shows the current track and the form data looks like this:
{“ID”:“Unified.Winamp”,“Action”:5,“Request”:5,“Source”:“web-01bbd182-7495-4bfc-83b5-2b5cdadab87a”}
I would love to be able to display the current track in my Lovelace UI.
Edit: After further looking at the form data and running it through Postman I don’t see it returning any track data so may not be possible without customizing Unified Remote itself.