The documented squeeze player command is
randomplay <tracks|albums|contributors|year>
So guessing
service: squeezebox.call_method
data:
command: randomplay
entity_id: media_player.lounge_speaker
parameters:
- tracks
The documented squeeze player command is
randomplay <tracks|albums|contributors|year>
So guessing
service: squeezebox.call_method
data:
command: randomplay
entity_id: media_player.lounge_speaker
parameters:
- tracks
That’s great - many thanks. I’ve just realised that this is the native LMS CLI, and that the commands are documented in the Help area of the LMS web UI.
Having these illustrations of how to represent those commands in yaml for HA is really helpful for the future.
Yeah me too, I am bookmarking this thread as I have to work it out all over again every time.