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(
|
||||
self.image,
|
||||
command,
|
||||
privileged=True,
|
||||
init=True,
|
||||
devices=self.devices,
|
||||
detach=True,
|
||||
stdout=True,
|
||||
stderr=True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user