From 4aafdaea9b319a241a96c091ea34e944f040e8bc Mon Sep 17 00:00:00 2001 From: Chloe Stars Date: Fri, 10 Jul 2015 23:58:41 -0700 Subject: [PATCH] Update the sample config file with Nest platform. --- config-sample.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config-sample.json b/config-sample.json index 201c8f1..01764f2 100644 --- a/config-sample.json +++ b/config-sample.json @@ -2,6 +2,12 @@ "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" : "Nest", + "name" : "Nest", + "username" : "username", + "password" : "password" + }, { "platform" : "TelldusLive", "name" : "Telldus Live!",