From 0f89a6ae366c0c3808ce2f49adf1230ac2e220b0 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Wed, 16 Sep 2015 03:15:58 -0400 Subject: [PATCH] add new supported_types key for HA to sample config --- config-sample.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config-sample.json b/config-sample.json index 86782e6..49fc923 100644 --- a/config-sample.json +++ b/config-sample.json @@ -94,7 +94,8 @@ "platform": "HomeAssistant", "name": "HomeAssistant", "host": "http://192.168.1.10:8123", - "password": "XXXXX" + "password": "XXXXX", + "supported_types": ["light", "switch", "media_player", "scene"] } ],