mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-20 15:46:29 +00:00
Downgrade logger for audio to debug (#1049)
This commit is contained in:
parent
decf254e5f
commit
86a3735d83
@ -70,7 +70,7 @@ class Hardware:
|
|||||||
def audio_devices(self):
|
def audio_devices(self):
|
||||||
"""Return all available audio interfaces."""
|
"""Return all available audio interfaces."""
|
||||||
if not ASOUND_CARDS.exists():
|
if not ASOUND_CARDS.exists():
|
||||||
_LOGGER.info("No audio devices found")
|
_LOGGER.debug("No audio devices found")
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user