Merge pull request #109 from home-assistant/master

Fix config
This commit is contained in:
Pascal Vizeli
2017-06-05 22:42:28 +02:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
"startup": "initialize",
"boot": "auto",
"host_network": "true",
"privileged": "NET_ADMIN",
"privileged": ["NET_ADMIN"],
"devices": ["/dev/ttyAMA0:/dev/ttyAMA0:rwm"],
"options": {},
"schema": {},