From 9567c41a5853ed05fe3d4ffa8f834ddd05a078a4 Mon Sep 17 00:00:00 2001 From: victorklijmeij Date: Sat, 21 Nov 2015 20:22:16 +0100 Subject: [PATCH] correct errors Json was found invalid on jsonlint.com --- config-sample.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-sample.json b/config-sample.json index 6fb53f2..1c566e2 100644 --- a/config-sample.json +++ b/config-sample.json @@ -11,14 +11,14 @@ "accessories": [ { "accessory": "WeMo", - "name": "Coffee Maker", + "name": "Coffee Maker" } ], "platforms": [ { "platform" : "PhilipsHue", - "name" : "Hue", + "name" : "Hue" } ] }