So I finally cracked it, and have Google Home controlling my LMS
server/players. If anyone else should try this, here's an example of the
type of IFTTT request that you need to send to home-assistant - this one
plays the track that you specify:
URL:
"https://yourdyndnsoripaddress:8123/api/services/media_player/squeezebox_call_method?api_password=yourHomeAssistantAPIpassword";
Method: POST
Content Type: application/json
{ "entity_id": "media_player.yourmediaplayername", "command":
"playlist", "parameters": ["loadtracks",
"track.titlesearch={{TextField}}"] }

It's not the easiest thing in the world to set up, but it's great to
finally control my music with only my voice :0)


------------------------------------------------------------------------
itm's Profile: http://forums.slimdevices.com/member.php?userid=17437
View this thread: http://forums.slimdevices.com/showthread.php?t=108579

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to