mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-09 18:26:30 +00:00
Fix Audio mounts for Add-ons (#4379)
This commit is contained in:
parent
0205cbb78b
commit
6c0415163b
@ -457,7 +457,7 @@ class DockerAddon(DockerInterface):
|
||||
mounts += [
|
||||
Mount(
|
||||
type=MountType.BIND.value,
|
||||
source=self.sys_homeassistant.path_extern_pulse.as_posix(),
|
||||
source=self.addon.path_extern_pulse.as_posix(),
|
||||
target="/etc/pulse/client.conf",
|
||||
read_only=True,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user