Fix Audio mounts for Add-ons (#4379)

This commit is contained in:
Stefan Agner 2023-06-13 12:30:58 +02:00 committed by GitHub
parent 0205cbb78b
commit 6c0415163b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
),