From fbc03b825b383364fb3b2dc48eb5f180a0cd63f9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 1 Nov 2017 11:06:10 +0100 Subject: [PATCH] :tada: Release of add-on AppDaemon v0.2.1 --- appdaemon/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/appdaemon/config.json b/appdaemon/config.json index 2e2c8a43..f5c252a9 100644 --- a/appdaemon/config.json +++ b/appdaemon/config.json @@ -1,6 +1,6 @@ { "name": "AppDaemon", - "version": "0.2.0", + "version": "0.2.1", "slug": "appdaemon", "description": "Python Apps and HADashboard for Home Assistant", "url": "https://github.com/hassio-addons/addon-appdaemon", @@ -19,10 +19,12 @@ "ssl:rw" ], "options": { - "log_level": "info" + "log_level": "info", + "commtype": "websockets" }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)" + "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", + "commtype": "match(^(websockets|sse)$)" }, "environment": { "LOG_FORMAT": "{LEVEL}: {MESSAGE}"