add lifx to sample config

This commit is contained in:
Mikulas
2015-10-01 23:22:17 +02:00
parent fe5db08081
commit 45f40874ef
+5
View File
@@ -96,6 +96,11 @@
"host": "http://192.168.1.10:8123", "host": "http://192.168.1.10:8123",
"password": "XXXXX", "password": "XXXXX",
"supported_types": ["light", "switch", "media_player", "scene"] "supported_types": ["light", "switch", "media_player", "scene"]
},
{
"platform": "LIFx",
"name": "LIFx",
"access_token": "XXXXXXXX generate at https://cloud.lifx.com/settings"
} }
], ],