mherger wrote: 
> > The integration details are to be found 'here'
> > (https://www.home-assistant.io/integrations/squeezebox/)
> 
> Ok, I believe your question is more of a HA integration question than a
> 
> LMS question. How that integration interprets your commands and why it 
> fails I don't know. Can't you get in touch with the integration's
> author?]

Incredibly, this is exactly what the boffins at the Home Assistant user
forum said but in reverse. Imagine my surprise :cool: I'll look into it


> According to the link you gave "parameters" is supposed to be an array.
> 
> If I look at your first example again, then you'd have to put "play" and
> 
> "/playlists/80s.m3u" as array elements of the parameters value. Command
> 
> must be a single value only.

You mean, like this?


Code:
--------------------
    service: squeezebox.call_method
  target:
  entity_id: media_player.master_bedroom
  data:
  command: playlist
  parameters:
  - play
  - /Playlists/80s.m3u
  
--------------------


Definitely on to something here... I just sent that to my duet and the
playlist cleared and the music that was playing stopped... No playlist
was loaded though... The file exists so... ummmmm...


------------------------------------------------------------------------
malpeli's Profile: http://forums.slimdevices.com/member.php?userid=70891
View this thread: http://forums.slimdevices.com/showthread.php?t=115321

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to