Bugfix home-assistant config with devices

This commit is contained in:
Pascal Vizeli 2018-06-21 11:51:04 +02:00 committed by GitHub
parent 46caa23319
commit 7b62e2f07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,9 @@ class DockerHomeAssistant(DockerInterface):
return self.sys_docker.run_command(
self.image,
command,
privileged=True,
init=True,
devices=self.devices,
detach=True,
stdout=True,
stderr=True,