add platforms section of config with an example for Wink

This commit is contained in:
Jon Maddox
2015-05-18 22:09:31 -04:00
parent ab796295e4
commit b9c15b22da

View File

@@ -1,6 +1,17 @@
{
"description": "This is an example configuration file with all supported devices. You can use this as a template for creating your own configuration file containing devices you actually own.",
"platforms": [
{
"platform": "Wink",
"name": "Wink",
"client_id": "YOUR_WINK_API_CLIENT_ID",
"client_secret": "YOUR_WINK_API_CLIENT_SECRET",
"username": "your@email.com",
"password": "WINK_PASSWORD"
}
],
"accessories": [
{
"accessory": "WeMo",