🚑 Fixed error in AppDaemon config

This commit is contained in:
Franck Nijhof 2017-10-29 20:54:00 +01:00
parent d7596f63c3
commit 9280175f3c
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -14,7 +14,7 @@
},
"map": [
"config:rw",
"shared:rw",
"share:rw",
"ssl:rw"
],
"options": {
@ -27,4 +27,4 @@
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/appdaemon-{arch}"
}
}