From 1615a9ee7b9e614a9397d31a326de2f167fb174b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 7 May 2018 23:59:50 +0200 Subject: [PATCH] :ambulance: Fixes schema error in Snips add-on (#289) --- snips/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snips/config.json b/snips/config.json index 16cb9be..492be12 100644 --- a/snips/config.json +++ b/snips/config.json @@ -41,7 +41,7 @@ "language": "match((?:en|de|fr))", "custom_tts": { "active": "bool", - "platform": "string" + "platform": "str" } }, "image": "homeassistant/{arch}-addon-snips"