Downgrade logger for audio to debug (#1049)

This commit is contained in:
Pascal Vizeli
2019-04-23 11:29:45 +02:00
committed by GitHub
parent decf254e5f
commit 86a3735d83

View File

@@ -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: