mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 16:16:31 +00:00
Bugfix home-assistant config with devices
This commit is contained in:
parent
46caa23319
commit
7b62e2f07b
@ -88,6 +88,9 @@ class DockerHomeAssistant(DockerInterface):
|
|||||||
return self.sys_docker.run_command(
|
return self.sys_docker.run_command(
|
||||||
self.image,
|
self.image,
|
||||||
command,
|
command,
|
||||||
|
privileged=True,
|
||||||
|
init=True,
|
||||||
|
devices=self.devices,
|
||||||
detach=True,
|
detach=True,
|
||||||
stdout=True,
|
stdout=True,
|
||||||
stderr=True,
|
stderr=True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user