mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-18 14:23:08 +01:00
Moving Sonos configuration example from accessories to platform
This commit is contained in:
@@ -52,6 +52,11 @@
|
|||||||
{
|
{
|
||||||
"platform": "LogitechHarmony",
|
"platform": "LogitechHarmony",
|
||||||
"name": "Living Room Harmony Hub"
|
"name": "Living Room Harmony Hub"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"platform": "Sonos",
|
||||||
|
"name": "Sonos",
|
||||||
|
"play_volume": 25
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -70,12 +75,6 @@
|
|||||||
"username": "your-liftmaster-username",
|
"username": "your-liftmaster-username",
|
||||||
"password" : "your-liftmaster-password"
|
"password" : "your-liftmaster-password"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"accessory": "Sonos",
|
|
||||||
"name": "Speakers",
|
|
||||||
"description": "This shim supports Sonos devices on the same network as this server. It acts as a simple switch that calls play() or pause() on the Sonos, so it's only useful for pausing and resuming tracks or radio stations that are already in the queue. When 'play_volume' is nonzero, the volume will be reset to that value when it turns the Sonos on.",
|
|
||||||
"play_volume": 25
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"accessory": "Lockitron",
|
"accessory": "Lockitron",
|
||||||
"name": "Front Door",
|
"name": "Front Door",
|
||||||
|
|||||||
Reference in New Issue
Block a user