mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-12 11:46:31 +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 += [
|
mounts += [
|
||||||
Mount(
|
Mount(
|
||||||
type=MountType.BIND.value,
|
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",
|
target="/etc/pulse/client.conf",
|
||||||
read_only=True,
|
read_only=True,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user