From 9325b154375436ddd0790a9be1cca1e613a2e3c6 Mon Sep 17 00:00:00 2001 From: bezzers Date: Thu, 23 Jul 2015 09:39:10 -0400 Subject: [PATCH] Moving Sonos configuration example from accessories to platform --- config-sample.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/config-sample.json b/config-sample.json index 125d632..7c29a75 100644 --- a/config-sample.json +++ b/config-sample.json @@ -52,6 +52,11 @@ { "platform": "LogitechHarmony", "name": "Living Room Harmony Hub" + }, + { + "platform": "Sonos", + "name": "Sonos", + "play_volume": 25 } ], @@ -70,12 +75,6 @@ "username": "your-liftmaster-username", "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", "name": "Front Door",