🎉 Release of add-on AppDaemon v0.2.1

This commit is contained in:
Franck Nijhof 2017-11-01 11:06:10 +01:00
parent b6590f5b7e
commit fbc03b825b
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -1,6 +1,6 @@
{ {
"name": "AppDaemon", "name": "AppDaemon",
"version": "0.2.0", "version": "0.2.1",
"slug": "appdaemon", "slug": "appdaemon",
"description": "Python Apps and HADashboard for Home Assistant", "description": "Python Apps and HADashboard for Home Assistant",
"url": "https://github.com/hassio-addons/addon-appdaemon", "url": "https://github.com/hassio-addons/addon-appdaemon",
@ -19,10 +19,12 @@
"ssl:rw" "ssl:rw"
], ],
"options": { "options": {
"log_level": "info" "log_level": "info",
"commtype": "websockets"
}, },
"schema": { "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": { "environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}" "LOG_FORMAT": "{LEVEL}: {MESSAGE}"