Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sean9keenan/homebridge-sonos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sonos Platform

Example config.json:

{
  "accessories": [
    {
      "accessory": "Sonos",
      "name": "Bedroom Speakers",
      "room": "Bedroom"
    }
  ]
}

IMPORTANT: The room parameter must match the room name in Sonos exactly.

Note that the name "Speakers" is used in the name for this example instead of something more intuitive like "Sonos" or "Music" or "Radio", as Siri has many stronger associations for those words. For instance, including "Sonos" in the name will likely cause Siri to just launch the Sonos app. And including "Music" in the name will cause Siri to launch the built-in Music app.

This is a refactored version of https://github.com/nfarina/homebridge

To install run

npm install sean9keenan/homebridge-sonos

About

Sonos plugin for homebridge: https://github.com/nfarina/homebridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%