Add Pulse audio control basics (#1525)

* Add Pulse audio control basics

* add functionality

* Fix handling

* Give access to all

* Fix latest issues

* revert docker

* Fix pipeline
This commit is contained in:
Pascal Vizeli
2020-02-26 11:48:11 +01:00
committed by GitHub
parent ae8ddca040
commit 2495cda5ec
15 changed files with 334 additions and 24 deletions

View File

@@ -210,3 +210,10 @@ class DockerAPIError(HassioError):
class HardwareNotSupportedError(HassioNotSupportedError):
"""Raise if hardware function is not supported."""
# Pulse Audio
class PulseAudioError(HassioError):
"""Raise if an sound error is happening."""