mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 12:29:08 +00:00
Spelling and grammar fixes (#499)
This commit is contained in:
committed by
Pascal Vizeli
parent
41943ba61a
commit
e2725f8033
@@ -116,7 +116,7 @@ class AlsaAudio(CoreSysAttributes):
|
||||
return self._default
|
||||
|
||||
def asound(self, alsa_input=None, alsa_output=None):
|
||||
"""Generate a asound data."""
|
||||
"""Generate an asound data."""
|
||||
alsa_input = alsa_input or self.default.input
|
||||
alsa_output = alsa_output or self.default.output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user