mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on AppDaemon v0.2.1
This commit is contained in:
parent
b6590f5b7e
commit
fbc03b825b
1 changed files with 5 additions and 3 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue