mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 07:06:30 +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):
|
||||
"""Return all available audio interfaces."""
|
||||
if not ASOUND_CARDS.exists():
|
||||
_LOGGER.info("No audio devices found")
|
||||
_LOGGER.debug("No audio devices found")
|
||||
return {}
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user