[MiLight] Update config-sample.json to replace MiLight accessory with MiLight platform

This commit is contained in:
Sam Edwards
2015-09-08 11:33:17 -07:00
parent 18333242ff
commit 7dc168e9dc

View File

@@ -71,7 +71,17 @@
"platform": "YamahaAVR", "platform": "YamahaAVR",
"play_volume": -35, "play_volume": -35,
"setMainInputTo": "AirPlay" "setMainInputTo": "AirPlay"
} },
{
"platform": "MiLight",
"name": "MiLight",
"ip_address": "255.255.255.255",
"port": 8899,
"type": "rgbw",
"delay": 30,
"repeat": 3,
"zones":["Kitchen Lamp","Bedroom Lamp","Living Room Lamp","Hallway Lamp"]
}
], ],
"accessories": [ "accessories": [
@@ -152,16 +162,6 @@
"port" : 4999, // Port the SER2SOCK process is running on "port" : 4999, // Port the SER2SOCK process is running on
"pin": "1234" // PIN used for arming / disarming "pin": "1234" // PIN used for arming / disarming
}, },
{
"accessory":"MiLight",
"name": "Lamp",
"ip_address": "255.255.255.255",
"port": 8899,
"zone": 1,
"type": "rgbw",
"delay": 35,
"repeat": 3
},
{ {
"accessory": "Tesla", "accessory": "Tesla",
"name": "Tesla", "name": "Tesla",